mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
fix(rtx)
This commit is contained in:
parent
4494c2d175
commit
fb206e41de
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ build:
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
script:
|
script:
|
||||||
cargo install --locked --path . --root {{prefix}}
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
env:
|
||||||
|
linux/x86-64:
|
||||||
|
# portable-atomic-1.3.1 uses this, but it's unstable
|
||||||
|
RUSTFLAGS: -C target-feature=+cmpxchg16b
|
||||||
|
|
||||||
test:
|
test:
|
||||||
rtx --version
|
rtx --version
|
||||||
|
|
Loading…
Reference in a new issue