CI: Only build native standalone for LTO tests

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-09-07 14:12:23 +02:00
parent 060932f49f
commit ef3801f3b9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -531,7 +531,7 @@ jobs:
- name: Build linux (LTO)
run: |
make features
make WITH_LTO=true -j $(nproc)
make WITH_LTO=true -j $(nproc) native
sysdeps:
runs-on: ubuntu-20.04