Skip to content

Commit

Permalink
Add integration patches/CI for Ruby main and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Dec 20, 2024
1 parent d0501c5 commit e0a1375
Show file tree
Hide file tree
Showing 3 changed files with 1,381 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,21 @@ jobs:
- name: Run accp build
run: |
./tests/ci/integration/run_accp_integration.sh
ruby-main:
if: github.repository_owner == 'aws'
runs-on: ubuntu-latest
name: Ruby main
steps:
- name: Install OS Dependencies
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install cmake gcc ninja-build golang make autoconf ruby libyaml-dev
- uses: actions/checkout@v3
- name: Build AWS-LC, build ruby, run tests
run: |
./tests/ci/integration/run_ruby_integration.sh master
env:
FIPS: 1
ruby-releases:
if: github.repository_owner == 'aws'
strategy:
Expand All @@ -275,6 +290,6 @@ jobs:
- uses: actions/checkout@v3
- name: Build AWS-LC, build ruby, run tests
run: |
./tests/ci/integration/run_ruby_integration.sh ruby_3_2 ruby_3_1
./tests/ci/integration/run_ruby_integration.sh ruby_3_3 ruby_3_2 ruby_3_1
env:
FIPS: ${{ matrix.fips }}
Loading

0 comments on commit e0a1375

Please sign in to comment.