From 8959c47891938cc297a1f63d67f97c963b056db5 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Tue, 8 Feb 2022 10:49:22 +0100 Subject: [PATCH] temporarily disable nightly precompilation until #4079 is fixed --- .github/workflows/SnoopCompile.yml | 2 +- src/precompile_includer.jl | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index f74c45ba..31d80524 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -25,7 +25,7 @@ jobs: version: # NOTE: the versions below should match those in your botconfig - '1.6' # ⎤ - '1.7' # | - - 'nightly' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl + # - 'nightly' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl # ^^^^^^^^^ for 'nightly', see github.com/JuliaPlots/Plots.jl/issues/4079 os: # NOTE: should match the os setting of your botconfig - ubuntu-latest diff --git a/src/precompile_includer.jl b/src/precompile_includer.jl index 456b02cf..ccac3ef6 100644 --- a/src/precompile_includer.jl +++ b/src/precompile_includer.jl @@ -1,5 +1,4 @@ -#! format: off -should_precompile = true +should_precompile = false # Don't edit the following! Instead change the script for `snoop_bot`. @@ -24,11 +23,6 @@ elseif v"1.7.0-DEV" <= VERSION <= v"1.7.9" include("../deps/SnoopCompile/precompile//1.7/precompile_Plots.jl") _precompile_() end -elseif v"1.8.0-DEV" <= VERSION <= v"1.8.9" - @static if isfile(joinpath(@__DIR__, "../deps/SnoopCompile/precompile//1.8/precompile_Plots.jl")) - include("../deps/SnoopCompile/precompile//1.8/precompile_Plots.jl") - _precompile_() - end else end