temporarily disable nightly precompilation until #4079 is fixed

This commit is contained in:
t-bltg 2022-02-08 10:49:22 +01:00
parent 77e465a453
commit 8959c47891
2 changed files with 2 additions and 8 deletions

View File

@ -25,7 +25,7 @@ jobs:
version: # NOTE: the versions below should match those in your botconfig version: # NOTE: the versions below should match those in your botconfig
- '1.6' # ⎤ - '1.6' # ⎤
- '1.7' # | - '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 # ^^^^^^^^^ for 'nightly', see github.com/JuliaPlots/Plots.jl/issues/4079
os: # NOTE: should match the os setting of your botconfig os: # NOTE: should match the os setting of your botconfig
- ubuntu-latest - ubuntu-latest

View File

@ -1,5 +1,4 @@
#! format: off should_precompile = false
should_precompile = true
# Don't edit the following! Instead change the script for `snoop_bot`. # 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") include("../deps/SnoopCompile/precompile//1.7/precompile_Plots.jl")
_precompile_() _precompile_()
end 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 else
end end