Skip to content

Commit 7668fee

Browse files
committed
Add esp32s2 to no cas list
1 parent 0fe4b88 commit 7668fee

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ci/no_atomic_cas.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ EOF
2626
for target in "${no_atomic_cas[@]}"; do
2727
echo " \"${target}\"," >>"${file}"
2828
done
29+
# special case: xtensa-esp32s2-none-elf only exists in the esp-rs/rust compiler
30+
echo " \"xtensa-esp32s2-none-elf\"," >>"${file}"
2931
cat >>"${file}" <<EOF
3032
];
3133
EOF

no_atomic_cas.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ const NO_ATOMIC_CAS: &[&str] = &[
1414
"thumbv4t-none-eabi",
1515
"thumbv5te-none-eabi",
1616
"thumbv6m-none-eabi",
17+
"xtensa-esp32s2-none-elf",
1718
];

0 commit comments

Comments
 (0)