Skip to content

Commit

Permalink
Trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Williamson committed Nov 21, 2024
1 parent 46886e1 commit a9195a3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,28 +313,12 @@ jobs:
-v "${{ github.workspace }}/build:/build" \
ghcr.io/pandablocks/pandablocks-dev-container:4.0a5 \
/bin/bash -c \
"vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version \
vhdeps --vhdeps-version" \
which vhdeps
/bin/bash -c \
"cd PandABlocks-FPGA && ln -s CONFIG.example CONFIG && make autogen"
which vhdeps \
/bin/bash -c \
"vhdeps dump pulse -o /repos/PandABlocks-fpga/sim_build_pulse/order \
--include=/repos/PandABlocks-fpga/common/hdl/defines/support.vhd \
--include=/repos/PandABlocks-fpga/common/hdl/defines/top_defines.vhd \
--include=/repos/PandABlocks-fpga/build/apps/PandABox-fmc_lback-sfp_lback/autogen/hdl/top_defines_gen.vhd \
--include=/repos/PandABlocks-fpga/common/hdl/fifo.vhd \
--include=/repos/PandABlocks-fpga/modules/pulse/hdl/pulse.vhd" \
/bin/bash -c \
Expand Down

0 comments on commit a9195a3

Please sign in to comment.