Skip to content

Commit 5b2f3f3

Browse files
committed
Fix compiler used on Linaro CI jobs
1 parent 1129186 commit 5b2f3f3

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ steps:
3838
- label: AArch64
3939
command: libcxx/utils/ci/run-buildbot aarch64
4040
env:
41-
CC: clang
42-
CXX: clang++
41+
CC: cc
42+
CXX: c++
4343
agents:
4444
queue: libcxx-builders-linaro-arm
4545
arch: aarch64
@@ -48,8 +48,8 @@ steps:
4848
- label: AArch64 -fno-exceptions
4949
command: libcxx/utils/ci/run-buildbot aarch64-no-exceptions
5050
env:
51-
CC: clang
52-
CXX: clang++
51+
CC: cc
52+
CXX: c++
5353
agents:
5454
queue: libcxx-builders-linaro-arm
5555
arch: aarch64
@@ -58,8 +58,8 @@ steps:
5858
- label: Armv8
5959
command: libcxx/utils/ci/run-buildbot armv8
6060
env:
61-
CC: clang
62-
CXX: clang++
61+
CC: cc
62+
CXX: c++
6363
agents:
6464
queue: libcxx-builders-linaro-arm
6565
arch: armv8l
@@ -68,8 +68,8 @@ steps:
6868
- label: Armv8 -fno-exceptions
6969
command: libcxx/utils/ci/run-buildbot armv8-no-exceptions
7070
env:
71-
CC: clang
72-
CXX: clang++
71+
CC: cc
72+
CXX: c++
7373
agents:
7474
queue: libcxx-builders-linaro-arm
7575
arch: armv8l
@@ -78,8 +78,8 @@ steps:
7878
- label: Armv7
7979
command: libcxx/utils/ci/run-buildbot armv7
8080
env:
81-
CC: clang
82-
CXX: clang++
81+
CC: cc
82+
CXX: c++
8383
agents:
8484
queue: libcxx-builders-linaro-arm
8585
arch: armv8l
@@ -88,8 +88,8 @@ steps:
8888
- label: Armv7 -fno-exceptions
8989
command: libcxx/utils/ci/run-buildbot armv7-no-exceptions
9090
env:
91-
CC: clang
92-
CXX: clang++
91+
CC: cc
92+
CXX: c++
9393
agents:
9494
queue: libcxx-builders-linaro-arm
9595
arch: armv8l
@@ -98,8 +98,8 @@ steps:
9898
- label: Armv7-M picolibc
9999
command: libcxx/utils/ci/run-buildbot armv7m-picolibc
100100
env:
101-
CC: clang
102-
CXX: clang++
101+
CC: cc
102+
CXX: c++
103103
agents:
104104
queue: libcxx-builders-linaro-arm
105105
arch: aarch64
@@ -108,8 +108,8 @@ steps:
108108
- label: Armv7-M picolibc -fno-exceptions
109109
command: libcxx/utils/ci/run-buildbot armv7m-picolibc-no-exceptions
110110
env:
111-
CC: clang
112-
CXX: clang++
111+
CC: cc
112+
CXX: c++
113113
agents:
114114
queue: libcxx-builders-linaro-arm
115115
arch: aarch64

0 commit comments

Comments
 (0)