From 6025bec3a1a295deacb8e3479957176c89f5068d Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Wed, 7 Jun 2023 15:45:10 -0700 Subject: [PATCH] [ci] Add pc-x86-64-test to the Clang CI job --- .github/workflows/github-ci-clang.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-ci-clang.yml b/.github/workflows/github-ci-clang.yml index 404005fb..c14e9b10 100644 --- a/.github/workflows/github-ci-clang.yml +++ b/.github/workflows/github-ci-clang.yml @@ -17,9 +17,8 @@ jobs: # all targets, so we have to restrict this build matrix to targets # that build without requiring these functions (i.e. 64-bit targets, # since 32-bit ones require functions such as __divdi3). + - pc-x86-64-test - qemu-virt-arm64-test - # TODO: Add x86_64 once clang assembler issues have been fixed. - # - pc-x86-64-test # TODO: Add riscv64 once clang assembler issues have been fixed. # - qemu-virt-riscv64-test # - qemu-virt-riscv64-supervisor-test