From a60eea2a4400f6877fea771cdfc6ab51a141583b Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Wed, 1 Dec 2021 14:01:36 -0700 Subject: [PATCH] Testing yosys file copy option --- .github/workflows/build.yml | 45 +++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38aa97d66..1f26723d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,27 +69,27 @@ jobs: fail-fast: false matrix: config: - - name: "Build Compatibility: GCC-5 (Ubuntu 18.04)" - cc: gcc-5 - cxx: g++-5 - - name: "Build Compatibility: GCC-6 (Ubuntu 18.04)" - cc: gcc-6 - cxx: g++-6 - - name: "Build Compatibility: GCC-7 (Ubuntu 18.04)" - cc: gcc-7 - cxx: g++-7 + # - name: "Build Compatibility: GCC-5 (Ubuntu 18.04)" + # cc: gcc-5 + # cxx: g++-5 + # - name: "Build Compatibility: GCC-6 (Ubuntu 18.04)" + # cc: gcc-6 + # cxx: g++-6 + # - name: "Build Compatibility: GCC-7 (Ubuntu 18.04)" + # cc: gcc-7 + # cxx: g++-7 - name: "Build Compatibility: GCC-8 (Ubuntu 18.04)" cc: gcc-8 cxx: g++-8 - - name: "Build Compatibility: GCC-9 (Ubuntu 18.04)" - cc: gcc-9 - cxx: g++-9 - - name: "Build Compatibility: Clang-6 (Ubuntu 18.04)" - cc: clang-6.0 - cxx: clang++-6.0 - - name: "Build Compatibility: Clang-8 (Ubuntu 18.04)" - cc: clang-8 - cxx: clang++-8 + # - name: "Build Compatibility: GCC-9 (Ubuntu 18.04)" + # cc: gcc-9 + # cxx: g++-9 + # - name: "Build Compatibility: Clang-6 (Ubuntu 18.04)" + # cc: clang-6.0 + # cxx: clang++-6.0 + # - name: "Build Compatibility: Clang-8 (Ubuntu 18.04)" + # cc: clang-8 + # cxx: clang++-8 # Define the steps to run the build job env: CC: ${{ matrix.config.cc }} @@ -152,6 +152,7 @@ jobs: # Execute the build. You can specify a specific target with "--target " run: | cmake --build . --config $BUILD_TYPE + find ../yosys/ -type f # Check the cache size and see if it is over the limit - name: Check ccache size @@ -170,12 +171,8 @@ jobs: openfpga/openfpga vpr/libvpr.a vpr/vpr - yosys/install/share/ - yosys/install/bin/yosys - yosys/install/bin/yosys-abc - yosys/install/bin/yosys-config - yosys/install/bin/yosys-filterlib - yosys/install/bin/yosys-smtbmc + yosys/install/share + yosys/install/bin openfpga_flow openfpga.sh docker_distribution: