Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! ci(freebsd): fix build failure related to…
Browse files Browse the repository at this point in the history
… `aws-lc`
  • Loading branch information
rami3l committed Aug 1, 2024
1 parent 42c6dd3 commit eb3e2e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,9 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y git gmake bash sudo cmake-core llvm-devel-lite
pkg install -y git gmake bash sudo \
# The following are required by `aws-lc-rs`:
cmake-core llvm-devel-lite rust-bindgen-cli
run: |
echo "========="
echo "create non-root user and log into it"
Expand Down Expand Up @@ -1332,7 +1334,9 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y git gmake bash sudo cmake-core llvm-devel-lite
pkg install -y git gmake bash sudo \
# The following are required by `aws-lc-rs`:
cmake-core llvm-devel-lite rust-bindgen-cli
run: |
echo "========="
echo "create non-root user and log into it"
Expand Down
4 changes: 3 additions & 1 deletion ci/actions-templates/freebsd-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs: # skip-master skip-stable
usesh: true
copyback: false
prepare: |
pkg install -y git gmake bash sudo cmake-core llvm-devel-lite
pkg install -y git gmake bash sudo \
# The following are required by `aws-lc-rs`:
cmake-core llvm-devel-lite rust-bindgen-cli
run: |
echo "========="
echo "create non-root user and log into it"
Expand Down
1 change: 0 additions & 1 deletion ci/freebsd/script.bash
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export BUILD_PROFILE="release"

# HACK: Works around `aws-lc-rs`' issue with internal bindgen on FreeBSD.
# See: https://github.com/aws/aws-lc-rs/issues/476#issuecomment-2263118015
cargo install --force --locked bindgen-cli
export AWS_LC_SYS_EXTERNAL_BINDGEN=1

bash ci/run.bash

0 comments on commit eb3e2e7

Please sign in to comment.