Skip to content

Commit aca6143

Browse files
committed
[test] Re-enable aarch64build test
This test was disabled in PR facebook#2783 due to triggering an ICE. Re-enable the test now that it doesn't trigger the same ICE. Fixes facebook#2785.
1 parent e34e58b commit aca6143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
# preinstalled to reduce installation time.
88
docker:
99
- image: fbopensource/zstd-circleci-primary:0.0.1
10-
# TODO: Re-enable aarch64 build:
11-
# make aarch64build && make clean
10+
TODO: Re-enable aarch64 build:
11+
make aarch64build && make clean
1212
steps:
1313
- checkout
1414
- run:

0 commit comments

Comments
 (0)