Skip to content

Commit a3abb45

Browse files
committed
f
Change-Id: I402caef2bb09547c66b72e54864f1c1268fdfa1b
1 parent c9c85b4 commit a3abb45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-aarch64.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
toolset: [clang, gcc]
8686
config: [Debug, Release]
8787
threading: [ OMP ]
88-
host: [ { name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }, { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }]
89-
include:
90-
- toolset: clang
91-
config: Release
92-
threading: TP
93-
host: [{ name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }, { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }]
88+
# host: [ { name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }, { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }]
89+
# include:
90+
# - toolset: clang
91+
# config: Release
92+
# threading: TP
93+
# host: [{ name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }, { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }]
9494
name: ${{ matrix.host.name }}, ${{ matrix.toolset }}, ${{ matrix.threading }}, ${{ matrix.config }}
9595
runs-on: ${{ matrix.host.label }}
9696
steps:

0 commit comments

Comments
 (0)