Skip to content

Commit

Permalink
Enable ASM for all sanitizers_debian jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Feb 21, 2024
1 parent 95c1647 commit e262dbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,10 @@ jobs:
fail-fast: false
matrix:
configuration:
- env_vars: { CC: 'clang', ASM: 'auto' }
- env_vars: { CC: 'i686-linux-gnu-gcc', HOST: 'i686-linux-gnu', ASM: 'auto' }
- env_vars: { CC: 'clang', ASM: 'no', ECMULTGENPRECISION: 2, ECMULTWINDOW: 2 }
- env_vars: { CC: 'i686-linux-gnu-gcc', HOST: 'i686-linux-gnu', ASM: 'no', ECMULTGENPRECISION: 2, ECMULTWINDOW: 2 }
- env_vars: { CC: 'clang' }
- env_vars: { CC: 'i686-linux-gnu-gcc', HOST: 'i686-linux-gnu' }
- env_vars: { CC: 'clang', ECMULTGENPRECISION: 2, ECMULTWINDOW: 2 }
- env_vars: { CC: 'i686-linux-gnu-gcc', HOST: 'i686-linux-gnu', ECMULTGENPRECISION: 2, ECMULTWINDOW: 2 }

env:
ECDH: 'yes'
Expand Down

0 comments on commit e262dbd

Please sign in to comment.