Skip to content

Commit 6dfd196

Browse files
committed
Build also for Poplar SDK v3.3
1 parent 14a1f59 commit 6dfd196

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_libpoplar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
include:
2020
- docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
21+
- docker_image: graphcore/poplar:3.3.0-ubuntu-20.04-20230703
2122
steps:
2223
- name: "Install, g++, jq"
2324
# g++ is needed to build the wrapper, jq for

deps/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
77
libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
88

99
[compat]
10-
Clang = "0.14, 0.17.4"
10+
Clang = "0.14, 0.17.4, 0.18"
1111
JSON = "0.21.4"
1212
Pkg = "1"
1313
Scratch = "1.1"

0 commit comments

Comments
 (0)