File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 70
70
if : ${{ matrix.pocl == 'local' }}
71
71
uses : actions/checkout@v4
72
72
with :
73
- repository : pocl/pocl
73
+ repository : pjaaskel/pocl
74
+ ref : UnreachableToReturns-fixes
74
75
path : pocl
75
76
- name : Install system dependencies
76
77
if : ${{ matrix.pocl == 'local' }}
92
93
"CMake_jll",
93
94
])
94
95
# 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")'
98
98
- name : Build PoCL
99
99
if : ${{ matrix.pocl == 'local' }}
100
100
run : |
@@ -119,6 +119,7 @@ jobs:
119
119
-DCMAKE_C_FLAGS="-fdiagnostics-color=always"
120
120
-DCMAKE_BUILD_TYPE=Debug
121
121
-DENABLE_TESTS:Bool=OFF
122
+ -DSTATIC_LLVM:Bool=On
122
123
-DPOCL_DEBUG_MESSAGES:Bool=ON
123
124
-DCMAKE_INSTALL_PREFIX=$destdir
124
125
-DWITH_LLVM_CONFIG=$(LLVM_full_jll.artifact_dir)/tools/llvm-config
You can’t perform that action at this time.
0 commit comments