We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a1f59 commit 6dfd196Copy full SHA for 6dfd196
.github/workflows/build_libpoplar.yml
@@ -18,6 +18,7 @@ jobs:
18
matrix:
19
include:
20
- docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
21
+ - docker_image: graphcore/poplar:3.3.0-ubuntu-20.04-20230703
22
steps:
23
- name: "Install, g++, jq"
24
# g++ is needed to build the wrapper, jq for
deps/Project.toml
@@ -7,7 +7,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
7
libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
8
9
[compat]
10
-Clang = "0.14, 0.17.4"
+Clang = "0.14, 0.17.4, 0.18"
11
JSON = "0.21.4"
12
Pkg = "1"
13
Scratch = "1.1"
0 commit comments