CI: Only build native standalone for LTO tests
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
060932f49f
commit
ef3801f3b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -531,7 +531,7 @@ jobs:
|
||||||
- name: Build linux (LTO)
|
- name: Build linux (LTO)
|
||||||
run: |
|
run: |
|
||||||
make features
|
make features
|
||||||
make WITH_LTO=true -j $(nproc)
|
make WITH_LTO=true -j $(nproc) native
|
||||||
|
|
||||||
sysdeps:
|
sysdeps:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue