Skip to content

Commit

Permalink
submodule update (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK authored Feb 22, 2024
1 parent 4dc46d4 commit 258a8c8
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 18 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,18 @@ jobs:
openbsd:
runs-on: ubuntu-latest # macos would be faster. TODO: diagnose why some tests are failing
runs-on: ubuntu-22.04 # latest
steps:
# Cannot use builder to checkout as OpenBSD doesn't ship git in the base install
- uses: actions/checkout@v3
with:
submodules: true
- name: Build ${{ env.PACKAGE_NAME }} + consumers
uses: cross-platform-actions/action@v0.20.0
uses: cross-platform-actions/action@v0.23.0
with:
operating_system: openbsd
version: '7.2'
version: '7.4'
cpu_count: 4
shell: bash
environment_variables: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION AWS_REGION
run: |
Expand All @@ -211,16 +212,19 @@ jobs:
./builder build -p ${{ env.PACKAGE_NAME }}
freebsd:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # latest
steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Build ${{ env.PACKAGE_NAME }} + consumers
uses: cross-platform-actions/action@v0.20.0
uses: cross-platform-actions/action@v0.23.0
with:
operating_system: freebsd
version: '13.2'
version: '14.0'
cpu_count: 4
shell: bash
environment_variables: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_DEFAULT_REGION AWS_REGION
run: |
sudo pkg install -y python3 py39-urllib3 py39-pip py39-awscli cmake
Expand Down
2 changes: 1 addition & 1 deletion crt/aws-c-cal
2 changes: 1 addition & 1 deletion crt/aws-c-s3
2 changes: 1 addition & 1 deletion crt/aws-c-sdkutils
2 changes: 1 addition & 1 deletion crt/aws-checksums
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from 54fbc3 to 099835

0 comments on commit 258a8c8

Please sign in to comment.