Fix ROARING_ARCH environment variable (#3644)
This commit is contained in:
committed by
GitHub
parent
4155555f80
commit
172143f7ea
+2
-1
@@ -4,8 +4,9 @@ steps:
|
||||
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||
- script: |
|
||||
cargo clean
|
||||
ROARING_ARCH=x86-64-v2
|
||||
cargo build --release
|
||||
env:
|
||||
ROARING_ARCH: x86-64-v2
|
||||
displayName: Build Release
|
||||
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||
- script: |
|
||||
|
||||
Reference in New Issue
Block a user