Skip to content

Commit

Permalink
back to ci-env
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 23, 2024
1 parent 7397986 commit 8fff25c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/sterile-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:
profile:
- debug
- release
container:
image: ghcr.io/githedgehog/dpdk-sys/ci-env:${{ matrix.dpdk_sys }}-rust-${{ matrix.rust }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
volumes:
- /run/docker/docker.sock:/var/run/docker.sock
- /dev/shm/tmpfs:/tmp
steps:
- name: login to ghcr.io
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v4
- run: just sterile cargo build --profile=${{ matrix.profile }} --target=x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 8fff25c

Please sign in to comment.