Skip to content

Commit 5cd7986

Browse files
committed
Undo aarch64 rustfmt skips.
These skips were added in a-scie#173 to work around this issue: rust-lang/rustfmt#5964 It has been resolved; so formatting should now work on all architectures. Fixes a-scie#174
1 parent ab1e968 commit 5cd7986

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.circleci/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
resource_class: arm.medium
2727
steps:
2828
- checkout
29-
# TODO(John Sirois): https://github.com/a-scie/jump/issues/174
30-
# Undo once https://github.com/rust-lang/rustfmt/issues/5964 is fixed.
31-
#- rust/install:
32-
# version: nightly
33-
#- rust/format:
34-
# nightly-toolchain: true
29+
- rust/install:
30+
version: nightly
31+
- rust/format:
32+
nightly-toolchain: true
3533
- rust/install
3634
- rust/clippy
3735
- rust/test:

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Check Formatting
32-
# TODO(John Sirois): https://github.com/a-scie/jump/issues/174
33-
# Undo once https://github.com/rust-lang/rustfmt/issues/5964 is fixed.
34-
if: matrix.os != 'macos-13-aarch64'
3532
run: |
3633
rustup toolchain add nightly -c rustfmt
3734
cargo +nightly fmt --check --all

0 commit comments

Comments
 (0)