Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support: ubuntu-24.04-arm Github runners, Amazon Linux 2023. Fix: aws-crt-cpp sanity test #319

Merged
merged 13 commits into from
Mar 21, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
try ubuntu-24.04 and see if that magically fixes aws-crt-cpp sanity t…
…est. also VERBOSE=1 for debugging help
graebm committed Mar 19, 2025
commit a1e9830705ecd6da341fdf5981a7a5370dc00a02
3 changes: 2 additions & 1 deletion .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
@@ -204,7 +204,7 @@ jobs:
# Make sure linux compilers + stdlibs are installing properly
std-compat:
needs: [package, sanity_test]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
@@ -227,6 +227,7 @@ jobs:
- name: Build aws-crt-cpp with ${{ matrix.compiler }}/${{ matrix.std }}
run: |
export CXXFLAGS=-std=${{ matrix.std }}
export VERBOSE=1
python3 builder.pyz build -p aws-crt-cpp --compiler=${{ matrix.compiler }}

release_notes: