Skip to content

Commit

Permalink
fix: Restore nosimd builds for edge enhanced security and safari
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 18, 2023
1 parent 4eafe32 commit 71267bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions scripts/azure-templates-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,22 @@ stages:
version: 3.1.12
features: mt,simd

# .NET 8 Preview 4
# .NET 8
- 3.1.34:
displayName: 3.1.34
version: 3.1.34
features: _wasmeh,_simd,st
features: _wasmeh,st
- 3.1.34:
displayName: '3.1.34_Threading'
version: 3.1.34
features: _wasmeh,mt
- 3.1.34:
displayName: '3.1.34_SIMD'
version: 3.1.34
features: _wasmeh,_simd,st
- 3.1.34:
displayName: '3.1.34_SIMD_Threading'
version: 3.1.34
features: _wasmeh,_simd,mt

- ${{ if ne(parameters.buildPipelineType, 'tests') }}:
Expand Down

0 comments on commit 71267bd

Please sign in to comment.