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 0308878
Show file tree
Hide file tree
Showing 4 changed files with 2,699 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,31 @@ 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 \
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
- 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 0308878

Please sign in to comment.