Reverted debug changes

This commit is contained in:
Ganesh Gore 2021-12-01 14:34:18 -07:00
parent a60eea2a44
commit 05a0696ced
1 changed files with 18 additions and 19 deletions

View File

@ -69,27 +69,27 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
config: config:
# - name: "Build Compatibility: GCC-5 (Ubuntu 18.04)" - name: "Build Compatibility: GCC-5 (Ubuntu 18.04)"
# cc: gcc-5 cc: gcc-5
# cxx: g++-5 cxx: g++-5
# - name: "Build Compatibility: GCC-6 (Ubuntu 18.04)" - name: "Build Compatibility: GCC-6 (Ubuntu 18.04)"
# cc: gcc-6 cc: gcc-6
# cxx: g++-6 cxx: g++-6
# - name: "Build Compatibility: GCC-7 (Ubuntu 18.04)" - name: "Build Compatibility: GCC-7 (Ubuntu 18.04)"
# cc: gcc-7 cc: gcc-7
# cxx: g++-7 cxx: g++-7
- name: "Build Compatibility: GCC-8 (Ubuntu 18.04)" - name: "Build Compatibility: GCC-8 (Ubuntu 18.04)"
cc: gcc-8 cc: gcc-8
cxx: g++-8 cxx: g++-8
# - name: "Build Compatibility: GCC-9 (Ubuntu 18.04)" - name: "Build Compatibility: GCC-9 (Ubuntu 18.04)"
# cc: gcc-9 cc: gcc-9
# cxx: g++-9 cxx: g++-9
# - name: "Build Compatibility: Clang-6 (Ubuntu 18.04)" - name: "Build Compatibility: Clang-6 (Ubuntu 18.04)"
# cc: clang-6.0 cc: clang-6.0
# cxx: clang++-6.0 cxx: clang++-6.0
# - name: "Build Compatibility: Clang-8 (Ubuntu 18.04)" - name: "Build Compatibility: Clang-8 (Ubuntu 18.04)"
# cc: clang-8 cc: clang-8
# cxx: clang++-8 cxx: clang++-8
# Define the steps to run the build job # Define the steps to run the build job
env: env:
CC: ${{ matrix.config.cc }} CC: ${{ matrix.config.cc }}
@ -152,7 +152,6 @@ jobs:
# Execute the build. You can specify a specific target with "--target <NAME>" # Execute the build. You can specify a specific target with "--target <NAME>"
run: | run: |
cmake --build . --config $BUILD_TYPE cmake --build . --config $BUILD_TYPE
find ../yosys/ -type f
# Check the cache size and see if it is over the limit # Check the cache size and see if it is over the limit
- name: Check ccache size - name: Check ccache size