File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,17 @@ jobs:
36
36
os : ubuntu-latest
37
37
arch : x64
38
38
pocl : local
39
- allow_failure : true
39
+ allow_failure : false
40
40
- version : ' 1.11'
41
41
os : ubuntu-latest
42
42
arch : x64
43
43
pocl : local
44
44
allow_failure : false
45
+ - version : ' 1.12'
46
+ os : ubuntu-latest
47
+ arch : x64
48
+ pocl : local
49
+ allow_failure : false
45
50
# - version: 'nightly'
46
51
# os: ubuntu-latest
47
52
# arch: x64
60
65
#
61
66
steps :
62
67
- uses : actions/checkout@v4
63
- - uses : julia-actions/setup-julia @v2
68
+ - uses : julia-actions/install-juliaup @v2
64
69
with :
65
- version : ${{ matrix.version }}
66
- arch : ${{ matrix.arch }}
67
- show-versioninfo : true
70
+ channel : ${{ matrix.version }}
68
71
- uses : julia-actions/cache@v2
69
72
- name : Checkout pocl
70
73
if : ${{ matrix.pocl == 'local' }}
92
95
"CMake_jll",
93
96
])
94
97
# 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)'
98
+ Pkg.add(name="LLVM_full_jll", version="20")
99
+ Pkg.add(name="SPIRV_LLVM_Translator_jll", version="20")'
98
100
- name : Build PoCL
99
101
if : ${{ matrix.pocl == 'local' }}
100
102
run : |
@@ -119,6 +121,7 @@ jobs:
119
121
-DCMAKE_C_FLAGS="-fdiagnostics-color=always"
120
122
-DCMAKE_BUILD_TYPE=Debug
121
123
-DENABLE_TESTS:Bool=OFF
124
+ -DSTATIC_LLVM:Bool=On
122
125
-DPOCL_DEBUG_MESSAGES:Bool=ON
123
126
-DCMAKE_INSTALL_PREFIX=$destdir
124
127
-DWITH_LLVM_CONFIG=$(LLVM_full_jll.artifact_dir)/tools/llvm-config
You can’t perform that action at this time.
0 commit comments