Skip to content

Commit

Permalink
Add llvm17 test on ubuntu 20.04 (iovisor#4893)
Browse files Browse the repository at this point in the history
This will increase test coverage for bcc tools.

Signed-off-by: Yonghong Song <[email protected]>
  • Loading branch information
yonghong-song committed Jan 30, 2024
1 parent 7871925 commit 2908434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bcc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [{distro: "ubuntu", version: "20.04", nick: focal}]
llvm_version: [12, 15]
llvm_version: [12, 15, 17]
env:
- TYPE: Debug
PYTHON_TEST_LOGFILE: critical.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [
{distro: "ubuntu", version: "20.04", nick: focal, installed_llvm_versions: "12 15"},
{distro: "ubuntu", version: "20.04", nick: focal, installed_llvm_versions: "12 15 17"},
{distro: "fedora", version: "38", nick: "f38", installed_llvm_versions: "this is not used"},
]

Expand Down

0 comments on commit 2908434

Please sign in to comment.