Skip to content

Commit 3f0f359

Browse files
committed
use POCL with fixes
1 parent d268c0c commit 3f0f359

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
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' }}
@@ -92,9 +93,8 @@ jobs:
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

0 commit comments

Comments
 (0)