Skip to content

Commit b6d7c06

Browse files
Update patches in Ruby CI
1 parent 913af96 commit b6d7c06

File tree

6 files changed

+1194
-1061
lines changed

6 files changed

+1194
-1061
lines changed

.github/workflows/integrations.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@ concurrency:
1010
env:
1111
CC: gcc
1212
jobs:
13-
libssh2:
14-
if: github.repository_owner == 'aws'
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Install OS Dependencies
18-
run: |
19-
sudo apt-get update -o Acquire::Languages=none -o Acquire::Translation=none
20-
sudo apt-get -y --no-install-recommends install cmake gcc ninja-build golang make
21-
- uses: actions/checkout@v4
22-
- name: Run libssh2 integration tests
23-
run: |
24-
./tests/ci/integration/run_libssh2_integration.sh
2513
python-main:
2614
if: github.repository_owner == 'aws'
2715
runs-on: ubuntu-latest
@@ -106,6 +94,6 @@ jobs:
10694
- uses: actions/checkout@v3
10795
- name: Build AWS-LC, build ruby, run tests
10896
run: |
109-
./tests/ci/integration/run_ruby_integration.sh ruby_3_3 ruby_3_2 ruby_3_1
97+
./tests/ci/integration/run_ruby_integration.sh ruby_3_4 ruby_3_3 ruby_3_2
11098
env:
11199
FIPS: ${{ matrix.fips }}

0 commit comments

Comments
 (0)