Skip to content

Commit 90b1245

Browse files
committed
Remove x86_64 check because the precommit failed in aarch64.
1 parent 101ba37 commit 90b1245

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc/test/src/__support/File/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ endif()
88
# TODO: Investigate the precommit bots' failures of this test and re-enable it.
99
# https://github.com/llvm/llvm-project/issues/128185.
1010
set(file_test_hermetic_only "")
11-
if(LIBC_TARGET_ARCHITECTURE_IS_X86_64 AND LIBC_TARGET_OS_IS_LINUX AND
12-
LLVM_LIBC_FULL_BUILD)
11+
if(LIBC_TARGET_OS_IS_LINUX AND LLVM_LIBC_FULL_BUILD)
1312
set(file_test_hermetic_only "HERMETIC_TEST_ONLY")
1413
endif()
1514

0 commit comments

Comments
 (0)