RPM build fix (reverted CI changes which will need to be un-reverted or made conditional) and vendor Rust dependencies to make builds much faster in any CI system.
This commit is contained in:
13
zeroidc/vendor/futures-util/no_atomic_cas.rs
vendored
Normal file
13
zeroidc/vendor/futures-util/no_atomic_cas.rs
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// This file is @generated by no_atomic_cas.sh.
|
||||
// It is not intended for manual editing.
|
||||
|
||||
const NO_ATOMIC_CAS: &[&str] = &[
|
||||
"avr-unknown-gnu-atmega328",
|
||||
"bpfeb-unknown-none",
|
||||
"bpfel-unknown-none",
|
||||
"msp430-none-elf",
|
||||
"riscv32i-unknown-none-elf",
|
||||
"riscv32imc-unknown-none-elf",
|
||||
"thumbv4t-none-eabi",
|
||||
"thumbv6m-none-eabi",
|
||||
];
|
||||
Reference in New Issue
Block a user