Skip to content

Commit

Permalink
Add netty-tcnative patches and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Nov 20, 2024
1 parent ab8953b commit 5b63bc6
Show file tree
Hide file tree
Showing 4 changed files with 2,697 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,29 @@ jobs:
- name: Run accp build
run: |
./tests/ci/integration/run_accp_integration.sh
netty-tcnative:
if: github.repository_owner == 'aws'
runs-on: ubuntu-latest
steps:
- name: Install OS Dependencies
run: |
sudo apt-get install -y --no-install-recommends \
build-essential \
libapr1-dev \
pkg-config \
cmake \
gcc \
ninja-build \
golang
- uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/[email protected]
distribution: corretto
java-version: 8
- name: Build netty-tcnative latest
run: |
./tests/ci/integration/run_netty_tcnative.sh
- name: Build netty-tcnative 2.0.62.Final
run: |
./tests/ci/integration/run_netty_tcnative.sh
Loading

0 comments on commit 5b63bc6

Please sign in to comment.