Skip to content

Commit

Permalink
[BUILD] Removing x86 target for ubuntu arm64 (#3223)
Browse files Browse the repository at this point in the history
fixing a simple issue on LLVM workflow runner
  • Loading branch information
danikhan632 authored Feb 28, 2024
1 parent 3fc0b89 commit 20038f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
-DLLVM_ENABLE_ZSTD=OFF \
-DLLVM_INSTALL_UTILS=ON \
-DCMAKE_INSTALL_PREFIX="${{ env.llvm_install_dir }}" \
-DLLVM_TARGETS_TO_BUILD="AArch64;NVPTX;AMDGPU;X86" \
-DLLVM_TARGETS_TO_BUILD="AArch64;NVPTX;AMDGPU" \
-DCMAKE_CROSSCOMPILING=True \
-DLLVM_TARGET_ARCH=AArch64 \
-DLLVM_USE_HOST_TOOLS=OFF \
Expand Down

0 comments on commit 20038f9

Please sign in to comment.