Skip to content

Commit 2e1ade0

Browse files
authored
Update script.sh
1 parent c5a1348 commit 2e1ade0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/script.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ main() {
9797

9898
popd
9999

100+
101+
#FIXME: This fails on nightly-2022-08-12, but we need at least rust 1.63.0 or other things fail. This needs to be fixed manually.
100102
# # exception handling
101103
# NOTE(nightly) this will require nightly until core::arch::arm::udf is stabilized
102-
if [ $RUST_VERSION = nightly-2022-08-12 ]; then
104+
if [ $RUST_VERSION = FIXME ]; then
103105
pushd exceptions
104106

105107
# check that the disassembly matches

0 commit comments

Comments
 (0)