From 30c683b20198d62d598fc30acb8aabe522216222 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 2 Jul 2020 13:50:26 +0200 Subject: [PATCH 1/3] include prercompile_includer.jl manually --- src/Plots.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Plots.jl b/src/Plots.jl index 38219b1c..0fee5a51 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -250,4 +250,6 @@ end const CURRENT_BACKEND = CurrentBackend(:none) +include("precompile_includer.jl") + end # module From cc7c0f12516c4d9341b8f788b9402a749d751cb7 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 2 Jul 2020 13:51:57 +0200 Subject: [PATCH 2/3] change julia 1.5.0 version --- .github/workflows/SnoopCompile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 20ea1a5b..591300eb 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -23,7 +23,7 @@ jobs: version: # NOTE: the versions below should match those in your botconfig - '1.3' - '1.4' - - '1.5.0-rc1' + - '^1.5.0-0' - 'nightly' os: # NOTE: should match the os setting of your botconfig - ubuntu-latest From ffed7ebc2191d407af5c559c15cc0834a58a0e79 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 2 Jul 2020 13:55:10 +0200 Subject: [PATCH 3/3] undo version change in SnoopCompile.jl --- .github/workflows/SnoopCompile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index 591300eb..20ea1a5b 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -23,7 +23,7 @@ jobs: version: # NOTE: the versions below should match those in your botconfig - '1.3' - '1.4' - - '^1.5.0-0' + - '1.5.0-rc1' - 'nightly' os: # NOTE: should match the os setting of your botconfig - ubuntu-latest