Skip to content

Commit

Permalink
Build also for Poplar SDK v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Apr 9, 2024
1 parent 14a1f59 commit 6dfd196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_libpoplar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
include:
- docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
- docker_image: graphcore/poplar:3.3.0-ubuntu-20.04-20230703
steps:
- name: "Install, g++, jq"
# g++ is needed to build the wrapper, jq for
Expand Down
2 changes: 1 addition & 1 deletion deps/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7"

[compat]
Clang = "0.14, 0.17.4"
Clang = "0.14, 0.17.4, 0.18"
JSON = "0.21.4"
Pkg = "1"
Scratch = "1.1"
Expand Down

0 comments on commit 6dfd196

Please sign in to comment.