Skip to content

Commit

Permalink
CI: Only build native standalone for LTO tests
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Sep 7, 2023
1 parent 060932f commit ef3801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef3801f

Please sign in to comment.