Skip to content

Commit

Permalink
use an explicit file extension when creating sysimage (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Nov 27, 2024
1 parent 43b541e commit ff78c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/create_sysimage_and_run_tests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using PackageCompiler
using PackageCompiler, Libdl

sysimage = tempname()
sysimage = tempname() * "." * Libdl.dlext

if haskey(ENV, "BUILDKITE")
ncores = Sys.CPU_THREADS
Expand Down

0 comments on commit ff78c38

Please sign in to comment.