Skip to content

Commit 88b1412

Browse files
committed
WIP: github: Don't build the LLVM test tools in arm64ec mode
Building the BLAKE object files in LLVM fail due to confusion between x86 intrinsics and arm64ec.
1 parent a4cec2f commit 88b1412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ jobs:
542542
-G Ninja `
543543
-DCMAKE_BUILD_TYPE=Release `
544544
-DLLVM_TARGETS_TO_BUILD=X86 `
545-
-DCMAKE_C_COMPILER=${{matrix.target_arch}}-w64-mingw32-clang `
546-
-DCMAKE_CXX_COMPILER=${{matrix.target_arch}}-w64-mingw32-clang++
545+
-DCMAKE_C_COMPILER=clang `
546+
-DCMAKE_CXX_COMPILER=clang++
547547
ninja not FileCheck llvm-config KillTheDoctor count split-file
548548
echo "LLVM_CONFIG=$PWD\bin\llvm-config.exe" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
549549
echo "CMAKE_DIR=$PWD\lib\cmake\llvm" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append

0 commit comments

Comments
 (0)