From a9195a30e02dfab353779d8727afdb5484b60098 Mon Sep 17 00:00:00 2001 From: Jacob Williamson Date: Thu, 21 Nov 2024 12:06:35 +0000 Subject: [PATCH] Trying to fix CI --- .github/workflows/code.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index fed997770..97d00b470 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -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 \