mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Fix ROARING_ARCH environment variable (#3644)
This commit is contained in:
parent
4155555f80
commit
172143f7ea
1 changed files with 2 additions and 1 deletions
|
@ -4,8 +4,9 @@ steps:
|
||||||
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||||
- script: |
|
- script: |
|
||||||
cargo clean
|
cargo clean
|
||||||
ROARING_ARCH=x86-64-v2
|
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
env:
|
||||||
|
ROARING_ARCH: x86-64-v2
|
||||||
displayName: Build Release
|
displayName: Build Release
|
||||||
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Reference in a new issue