File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
cancel-in-progress : true
12
12
13
13
env :
14
- BUILDER_VERSION : v0.9.72
14
+ BUILDER_VERSION : v0.9.74
15
15
BUILDER_SOURCE : releases
16
16
BUILDER_HOST : https://d19elf31gohf1l.cloudfront.net
17
17
PACKAGE_NAME : aws-c-s3
Original file line number Diff line number Diff line change 5
5
6
6
7
7
env :
8
- BUILDER_VERSION : v0.9.72
8
+ BUILDER_VERSION : v0.9.74
9
9
BUILDER_SOURCE : releases
10
10
BUILDER_HOST : https://d19elf31gohf1l.cloudfront.net
11
11
PACKAGE_NAME : aws-c-s3
30
30
run : |
31
31
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
32
32
chmod a+x builder
33
- ./builder build -p ${{ env.PACKAGE_NAME }} --compiler=gcc-12 --cmake-extra=-DASSERT_LOCK_HELD=ON --coverage --coverage-exclude=source/s3_copy_object.c
33
+ ./builder build -p ${{ env.PACKAGE_NAME }} --compiler=gcc --cmake-extra=-DASSERT_LOCK_HELD=ON --coverage --coverage-exclude=source/s3_copy_object.c
You can’t perform that action at this time.
0 commit comments