Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,12 +427,16 @@ jobs:
uses: cross-platform-actions/action@v1.3.0
with:
operating_system: freebsd
version: '14.0'
version: '14.1'
cpu_count: 4
memory: 8G
shell: bash
environment_variables: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN AWS_DEFAULT_REGION
run: |
sudo pkg install -y python3 devel/py-pip net/py-urllib3 devel/py-awscli cmake
export ASSUME_ALWAYS_YES=yes
sudo -E pkg bootstrap -f
sudo -E pkg update -f
sudo -E pkg install -y python3 devel/py-pip net/py-urllib3 devel/py-awscli cmake
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')"
chmod a+x builder
./builder build -p ${{ env.PACKAGE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion crt/aws-c-s3
Submodule aws-c-s3 updated 1 files
+5 −0 include/aws/s3/s3.h
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from f5f6c6 to 66b1c9
Loading