Skip to content

Commit 016639a

Browse files
authored
add the s3-build workflow to release (#5787)
1 parent 54b7af8 commit 016639a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,20 @@ jobs:
3232
use_tag: ${{ needs.log-the-inputs.outputs.rel_tag }}
3333
use_environ: release
3434

35-
call-workflow-ctest:
35+
call-aws-c-s3-build:
3636
needs: call-workflow-tarball
37+
name: "Build aws-c-s3 library"
38+
uses: ./.github/workflows/vfd-ros3.yml
39+
with:
40+
build_mode: "Release"
41+
build_aws_c_s3_only: true
42+
aws_c_s3_build_type: "source"
43+
# Use latest release for building from source on Ubuntu
44+
# until a package is available to install
45+
aws_c_s3_tag: "v0.8.0"
46+
47+
call-workflow-ctest:
48+
needs: [call-workflow-tarball, call-aws-c-s3-build]
3749
uses: ./.github/workflows/cmake-ctest.yml
3850
with:
3951
cmake_version: "latest"

0 commit comments

Comments
 (0)