Skip to content

Commit 522463c

Browse files
committed
Add netty-tcnative patches and tests
1 parent 85f58da commit 522463c

File tree

4 files changed

+2732
-0
lines changed

4 files changed

+2732
-0
lines changed

.github/workflows/integrations.yml

+29
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,32 @@ jobs:
257257
- name: Run accp build
258258
run: |
259259
./tests/ci/integration/run_accp_integration.sh
260+
netty-tcnative:
261+
if: github.repository_owner == 'aws'
262+
runs-on: ubuntu-latest
263+
steps:
264+
- name: Install OS Dependencies
265+
run: |
266+
sudo apt-get update
267+
sudo apt-get install -y --no-install-recommends \
268+
build-essential \
269+
libapr1-dev \
270+
libtool-bin \
271+
pkg-config \
272+
cmake \
273+
gcc \
274+
ninja-build \
275+
golang
276+
- uses: actions/checkout@v4
277+
- name: Setup Java JDK
278+
uses: actions/[email protected]
279+
with:
280+
distribution: corretto
281+
java-version: 8
282+
- name: Build netty-tcnative latest
283+
run: |
284+
./tests/ci/integration/run_netty_tcnative_integration.sh
285+
- name: Build netty-tcnative 2.0.62.Final
286+
run: |
287+
./tests/ci/integration/run_netty_tcnative_integration.sh netty-tcnative-parent-2.0.62.Final
288+

0 commit comments

Comments
 (0)