File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
83
83
# our base Linux image to Ubuntu 22.
84
84
extra-build-flag : --cmake-extra=-DCMAKE_EXE_LINKER_FLAGS="-lresolv"
85
85
steps :
86
- - uses : aws-actions/configure-aws-credentials@v4
87
- with :
88
- role-to-assume : ${{ env.CRT_CI_ROLE }}
89
- aws-region : ${{ env.AWS_DEFAULT_REGION }}
90
- - name : Build ${{ matrix.variant.name }}
91
- run : |
92
- aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
93
- ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --compiler=${{ matrix.variant.name }} ${{ matrix.variant.extra-build-flag }}
86
+ - uses : aws-actions/configure-aws-credentials@v4
87
+ with :
88
+ role-to-assume : ${{ env.CRT_CI_ROLE }}
89
+ aws-region : ${{ env.AWS_DEFAULT_REGION }}
90
+ - name : Build ${{ env.PACKAGE_NAME }}
91
+ run : |
92
+ aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
93
+ ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --compiler=${{ matrix.variant.name }} ${{ matrix.variant.extra-build-flag }}
94
94
95
95
clang-sanitizers :
96
96
runs-on : ubuntu-24.04 # latest
You can’t perform that action at this time.
0 commit comments