Skip to content

Commit e3ea971

Browse files
authored
Precompilation statements for nightly (#4082)
* enable precompilation on nightly * update CompileBot, add precompile statements for nightly
1 parent 2896c5a commit e3ea971

File tree

4 files changed

+295
-6
lines changed

4 files changed

+295
-6
lines changed

.github/workflows/CompileBot.yml renamed to .github/workflows/SnoopCompile.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
name: CompileBot
1+
# NOTE: this file should be named 'SnoopCompile.yml', cf github.com/aminya/CompileBot.jl/blob/master/src/CompileBot.jl#L57
2+
3+
name: SnoopCompile
24

35
on:
46
push:
@@ -21,8 +23,10 @@ jobs:
2123
fail-fast: false
2224
matrix:
2325
version: # NOTE: the versions below should match those in your botconfig
24-
- '1.6' #
25-
- '1.7' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl
26+
- '1.6' #
27+
- '1.7' # |
28+
- 'nightly' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl
29+
# ^^^^^^^^^ for 'nightly', see github.com/JuliaPlots/Plots.jl/issues/4079
2630
os: # NOTE: should match the os setting of your botconfig
2731
- ubuntu-latest
2832
arch:

0 commit comments

Comments
 (0)