Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 11, 2024
1 parent 5d11916 commit bccdf52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- lab
timeout-minutes: 180
container:
image: ghcr.io/githedgehog/dpdk-sys/dev-env:main-llvm19
image: ghcr.io/githedgehog/dpdk-sys/dev-env:main-llvm19-183d3f478a982aa479c4579de822eeda325bced5
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
timeout-minutes: 180
strategy:
fail-fast: false
max-parallel: 4
matrix:
toolchain:
- 1.81.0 # expected release target
Expand All @@ -22,7 +23,6 @@ jobs:
- beta # floating
- nightly # floating
llvm:
- 18
- 19
target:
- x86_64-unknown-linux-gnu
Expand Down

0 comments on commit bccdf52

Please sign in to comment.