Skip to content

Commit c90ef9c

Browse files
committed
Update versions, try omitting compile=min
1 parent 65ac9da commit c90ef9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.8'
26+
- '1'
2727
os:
2828
- macos-latest
2929
- ubuntu-latest

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.8'
26+
- '1'
2727
os:
2828
- ubuntu-latest
2929
- macos-latest

test/teststaticcompiler.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let
1313
status = -1
1414
try
1515
isfile("times_table") && rm("times_table")
16-
status = run(`$jlpath --compile=min $testpath/scripts/times_table.jl`)
16+
status = run(`$jlpath --startup=no $testpath/scripts/times_table.jl`)
1717
catch e
1818
@warn "Could not compile $testpath/scripts/times_table.jl"
1919
println(e)

0 commit comments

Comments
 (0)