Skip to content

Commit 744d8d3

Browse files
committed
ci: enable aws-lc via CW_CONFIG
1 parent bf36a8d commit 744d8d3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fetch-depth: '300'
6767
- name: 'build'
6868
run: |
69-
export CW_CONFIG='${{ github.ref_name }}-linux-a64-r64-x64'
69+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux-a64-r64-x64'
7070
export CW_REVISION='${{ github.sha }}'
7171
. ./_versions.sh
7272
docker trust inspect --pretty "${DOCKER_IMAGE}"
@@ -97,7 +97,7 @@ jobs:
9797
fetch-depth: '300'
9898
- name: 'build'
9999
run: |
100-
export CW_CONFIG='${{ github.ref_name }}-linux-a64-r64-x64-gcc'
100+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux-a64-r64-x64-gcc'
101101
export CW_REVISION='${{ github.sha }}'
102102
. ./_versions.sh
103103
export CW_GCCSUFFIX='-14'
@@ -129,7 +129,7 @@ jobs:
129129
fetch-depth: '300'
130130
- name: 'build'
131131
run: |
132-
export CW_CONFIG='${{ github.ref_name }}-linux'
132+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux'
133133
export CW_REVISION='${{ github.sha }}'
134134
DOCKER_IMAGE='debian:bookworm-slim'
135135
DOCKER_CONTENT_TRUST=1
@@ -163,7 +163,7 @@ jobs:
163163
fetch-depth: '300'
164164
- name: 'build'
165165
run: |
166-
export CW_CONFIG='${{ github.ref_name }}-linux-gcc'
166+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux-gcc'
167167
export CW_REVISION='${{ github.sha }}'
168168
DOCKER_IMAGE='debian:bookworm-slim'
169169
DOCKER_CONTENT_TRUST=1
@@ -197,7 +197,7 @@ jobs:
197197
fetch-depth: '300'
198198
- name: 'build'
199199
run: |
200-
export CW_CONFIG='${{ github.ref_name }}-linux-a64-r64-x64-musl'
200+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux-a64-r64-x64-musl'
201201
export CW_REVISION='${{ github.sha }}'
202202
. ./_versions.sh
203203
docker trust inspect --pretty "${DOCKER_IMAGE}"
@@ -228,7 +228,7 @@ jobs:
228228
fetch-depth: '300'
229229
- name: 'build'
230230
run: |
231-
export CW_CONFIG='${{ github.ref_name }}-linux-a64-r64-x64-musl-gcc'
231+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux-a64-r64-x64-musl-gcc'
232232
export CW_REVISION='${{ github.sha }}'
233233
. ./_versions.sh
234234
docker trust inspect --pretty "${DOCKER_IMAGE}"
@@ -259,7 +259,7 @@ jobs:
259259
fetch-depth: '300'
260260
- name: 'build'
261261
run: |
262-
export CW_CONFIG='${{ github.ref_name }}-linux-musl'
262+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux-musl'
263263
export CW_REVISION='${{ github.sha }}'
264264
DOCKER_IMAGE='debian:bookworm-slim'
265265
DOCKER_CONTENT_TRUST=1
@@ -293,7 +293,7 @@ jobs:
293293
fetch-depth: '300'
294294
- name: 'build'
295295
run: |
296-
export CW_CONFIG='${{ github.ref_name }}-linux-musl-gcc'
296+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux-musl-gcc'
297297
export CW_REVISION='${{ github.sha }}'
298298
DOCKER_IMAGE='debian:bookworm-slim'
299299
DOCKER_CONTENT_TRUST=1
@@ -327,7 +327,7 @@ jobs:
327327
fetch-depth: '300'
328328
- name: 'build'
329329
run: |
330-
export CW_CONFIG='${{ github.ref_name }}-linux'
330+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux'
331331
export CW_REVISION='${{ github.sha }}'
332332
DOCKER_IMAGE='alpine:latest'
333333
DOCKER_CONTENT_TRUST=1
@@ -359,7 +359,7 @@ jobs:
359359
fetch-depth: '300'
360360
- name: 'build'
361361
run: |
362-
export CW_CONFIG='${{ github.ref_name }}-linux-gcc'
362+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux-gcc'
363363
export CW_REVISION='${{ github.sha }}'
364364
DOCKER_IMAGE='alpine:latest'
365365
DOCKER_CONTENT_TRUST=1
@@ -393,7 +393,7 @@ jobs:
393393
env:
394394
GITHUB_TOKEN: '${{ github.token }}'
395395
run: |
396-
export CW_CONFIG='${{ github.ref_name }}-linux'
396+
export CW_CONFIG='awslc-${{ github.ref_name }}-linux'
397397
export CW_REVISION='${{ github.sha }}'
398398
sh -c ./_ci-mac-homebrew.sh
399399
@@ -420,7 +420,7 @@ jobs:
420420
env:
421421
GITHUB_TOKEN: '${{ github.token }}'
422422
run: |
423-
export CW_CONFIG='${{ github.ref_name }}-mac-macuni'
423+
export CW_CONFIG='awslc-${{ github.ref_name }}-mac-macuni'
424424
export CW_REVISION='${{ github.sha }}'
425425
sh -c ./_ci-mac-homebrew.sh
426426
@@ -447,7 +447,7 @@ jobs:
447447
env:
448448
GITHUB_TOKEN: '${{ github.token }}'
449449
run: |
450-
export CW_CONFIG='${{ github.ref_name }}-mac-macuni-llvm'
450+
export CW_CONFIG='awslc-${{ github.ref_name }}-mac-macuni-llvm'
451451
export CW_REVISION='${{ github.sha }}'
452452
sh -c ./_ci-mac-homebrew.sh
453453
@@ -475,7 +475,7 @@ jobs:
475475
GITHUB_TOKEN: '${{ github.token }}'
476476
run: |
477477
export CW_CCSUFFIX='-14'
478-
export CW_CONFIG='${{ github.ref_name }}-mac-gcc-a64'
478+
export CW_CONFIG='awslc-${{ github.ref_name }}-mac-gcc-a64'
479479
export CW_REVISION='${{ github.sha }}'
480480
sh -c ./_ci-mac-homebrew.sh
481481
@@ -503,7 +503,7 @@ jobs:
503503
CW_LLVM_MINGW_DL: '1'
504504
CW_LLVM_MINGW_ONLY: '0'
505505
run: |
506-
export CW_CONFIG='${{ github.ref_name }}-win'
506+
export CW_CONFIG='awslc-${{ github.ref_name }}-win'
507507
export CW_REVISION='${{ github.sha }}'
508508
. ./_versions.sh
509509
sh -c ./_ci-mac-homebrew.sh
@@ -530,7 +530,7 @@ jobs:
530530
CW_LLVM_MINGW_DL: '1'
531531
CW_LLVM_MINGW_ONLY: '0'
532532
run: |
533-
export CW_CONFIG='${{ github.ref_name }}-win'
533+
export CW_CONFIG='awslc-${{ github.ref_name }}-win'
534534
export CW_REVISION='${{ github.sha }}'
535535
. ./_versions.sh
536536
docker trust inspect --pretty "${DOCKER_IMAGE}"
@@ -564,7 +564,7 @@ jobs:
564564
CW_LLVM_MINGW_DL: '1'
565565
CW_LLVM_MINGW_ONLY: '0'
566566
run: |
567-
export CW_CONFIG='${{ github.ref_name }}-win-gcc'
567+
export CW_CONFIG='awslc-${{ github.ref_name }}-win-gcc'
568568
export CW_REVISION='${{ github.sha }}'
569569
. ./_versions.sh
570570
docker trust inspect --pretty "${DOCKER_IMAGE}"

0 commit comments

Comments
 (0)