Browse Source

CI: only skip stripping of standalone

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX 3 years ago
parent
commit
1632dc88d3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/build.yml

+ 2
- 1
.github/workflows/build.yml View File

@@ -1215,7 +1215,8 @@ jobs:
WITH_LTO: false
run: |
make features
make NOOPT=true SKIP_STRIPPING=true -j 1
make NOOPT=true SKIP_STRIPPING=true -j 1 -C src jack
make NOOPT=true -j 1
./dpf/utils/generate-ttl.sh
- name: Run Cardinal self-tests
run: |


Loading…
Cancel
Save