File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 7070 if : ${{ matrix.pocl == 'local' }}
7171 uses : actions/checkout@v4
7272 with :
73- repository : pocl/pocl
73+ repository : pjaaskel/pocl
74+ ref : UnreachableToReturns-fixes
7475 path : pocl
7576 - name : Install system dependencies
7677 if : ${{ matrix.pocl == 'local' }}
9293 "CMake_jll",
9394 ])
9495 # versioned
95- llvm_version = "$(Base.libllvm_version.major).$(Base.libllvm_version.minor)"
96- Pkg.add(name="LLVM_full_jll", version=llvm_version)
97- Pkg.add(name="SPIRV_LLVM_Translator_jll", version=llvm_version)'
96+ Pkg.add(name="LLVM_full_jll", version="19")
97+ Pkg.add(name="SPIRV_LLVM_Translator_jll", version="19")'
9898 - name : Build PoCL
9999 if : ${{ matrix.pocl == 'local' }}
100100 run : |
@@ -119,6 +119,7 @@ jobs:
119119 -DCMAKE_C_FLAGS="-fdiagnostics-color=always"
120120 -DCMAKE_BUILD_TYPE=Debug
121121 -DENABLE_TESTS:Bool=OFF
122+ -DSTATIC_LLVM:Bool=On
122123 -DPOCL_DEBUG_MESSAGES:Bool=ON
123124 -DCMAKE_INSTALL_PREFIX=$destdir
124125 -DWITH_LLVM_CONFIG=$(LLVM_full_jll.artifact_dir)/tools/llvm-config
You can’t perform that action at this time.
0 commit comments