Skip to content

Commit b790783

Browse files
KristofferCKristofferC
authored and
KristofferC
committed
use an explicit file extension when creating sysimage (#1119)
(cherry picked from commit ff78c38)
1 parent 1694b41 commit b790783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/create_sysimage_and_run_tests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using PackageCompiler
1+
using PackageCompiler, Libdl
22

3-
sysimage = tempname()
3+
sysimage = tempname() * "." * Libdl.dlext
44

55
if haskey(ENV, "BUILDKITE")
66
ncores = Sys.CPU_THREADS

0 commit comments

Comments
 (0)