@@ -144,7 +144,7 @@ jobs:
144
144
buildCmd : ' CC=clang CXX=clang++ cmake -DCMAKE_BUILD_TYPE=Release $(cmakeStdArgs)'
145
145
runTests : ' True'
146
146
debugClang :
147
- setupCmd1 : ' julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7 .0\"))"'
147
+ setupCmd1 : ' julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"1.10 .0\"))"'
148
148
setupCmd2 : ' JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; print(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path))")'
149
149
buildCmd : ' CC=clang CXX=clang++ cmake -DJlCxx_DIR=$JlCxxDir/cmake/JlCxx $(cmakeJulia) $(cmakeStdArgs)'
150
150
runTests : ' True'
@@ -198,7 +198,7 @@ jobs:
198
198
runTests : ' False'
199
199
x64 :
200
200
arch : ' x64'
201
- setupCmd1 : ' julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7 .0\"))"'
201
+ setupCmd1 : ' julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"1.10 .0\"))"'
202
202
setupCmd2 : ' julia -e "using libcxxwrap_julia_jll; print(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path))" > tmp.env'
203
203
setupCmd3 : ' set /P JlCxxDir=<tmp.env'
204
204
bindings : ' -DJlCxx_DIR=%JlCxxDir%\..\lib\cmake\JlCxx $(cmakeJava) $(cmakeNet) $(cmakePy) -DCMAKE_BUILD_TYPE=RelWithDebInfo'
@@ -271,7 +271,7 @@ jobs:
271
271
- script : brew install ninja
272
272
# - script: brew install --cask julia
273
273
- script : |
274
- julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0 \"))"
274
+ julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"1.9.4 \"))"
275
275
JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; println(joinpath(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path), \"cmake\", \"JlCxx\"))")
276
276
set -e
277
277
mkdir build
0 commit comments