Skip to content

Commit

Permalink
Using latest container in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Williamson committed Nov 27, 2024
1 parent d1e9f70 commit a9a8278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run cocotb tests
run: |
docker pull ghcr.io/pandablocks/pandablocks-dev-container:4.0a6
docker pull ghcr.io/pandablocks/pandablocks-dev-container:4.0a7
docker run \
--net=host \
-v "${{ github.workspace }}:/repos" \
-v "${{ github.workspace }}/build:/build" \
ghcr.io/pandablocks/pandablocks-dev-container:4.0a6 \
ghcr.io/pandablocks/pandablocks-dev-container:4.0a7 \
/bin/bash -c \
"cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && make autogen && \
python3 common/python/cocotb_timing_test_runner.py all --sim nvc --panda-build-dir /build"
Expand Down

0 comments on commit a9a8278

Please sign in to comment.