Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add netty-tcnative patches and tests #2006

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,32 @@ 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
- 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
Loading