mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(rtx)
This commit is contained in:
parent
4494c2d175
commit
fb206e41de
|
@ -15,6 +15,10 @@ build:
|
|||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
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:
|
||||
rtx --version
|
||||
|
|
Loading…
Reference in a new issue