Skip to content

Commit

Permalink
Fix ROARING_ARCH environment variable (#3644)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller authored Jun 10, 2021
1 parent 4155555 commit 172143f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 172143f

Please sign in to comment.