Skip to content
Draft
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