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 21, 2024
1 parent 85f58da commit 983fc3e
Show file tree
Hide file tree
Showing 4 changed files with 2,741 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,33 @@ 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 update
sudo apt-get install -y --no-install-recommends \
build-essential \
libapr1-dev \
libtool-bin \
pkg-config \
cmake \
gcc \
ninja-build \
golang
- uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/[email protected]
with:
distribution: corretto
java-version: 8
cache: 'maven'
- name: Build netty-tcnative latest
run: |
./tests/ci/integration/run_netty_tcnative_integration.sh
- name: Build netty-tcnative 2.0.62.Final
run: |
./tests/ci/integration/run_netty_tcnative_integration.sh netty-tcnative-parent-2.0.62.Final
Loading

0 comments on commit 983fc3e

Please sign in to comment.