2022-05-18 01:03:16 +03:00
|
|
|
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-05-17 12:16:50 +03:00
|
|
|
#
|
2022-05-30 15:13:48 +03:00
|
|
|
# SPDX-License-Identifier: curl
|
2022-05-17 12:16:50 +03:00
|
|
|
|
2021-06-07 15:57:14 +03:00
|
|
|
name: Linux
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
- '*/ci'
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
|
2022-09-18 00:45:32 +03:00
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
2022-11-16 17:55:33 +03:00
|
|
|
permissions: {}
|
|
|
|
|
2021-06-07 15:57:14 +03:00
|
|
|
jobs:
|
|
|
|
autotools:
|
|
|
|
name: ${{ matrix.build.name }}
|
|
|
|
runs-on: 'ubuntu-latest'
|
|
|
|
timeout-minutes: 90
|
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
build:
|
2022-09-13 22:13:17 +03:00
|
|
|
- name: bearssl
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev
|
|
|
|
install_steps: bearssl
|
|
|
|
configure: LDFLAGS="-Wl,-rpath,$HOME/bear/lib" --with-bearssl=$HOME/bear --enable-debug
|
|
|
|
|
|
|
|
- name: bearssl-clang
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev clang
|
|
|
|
install_steps: bearssl
|
|
|
|
configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/bear/lib" --with-bearssl=$HOME/bear --enable-debug
|
|
|
|
|
2022-09-15 22:20:10 +03:00
|
|
|
- name: libressl
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev
|
|
|
|
install_steps: libressl
|
|
|
|
configure: LDFLAGS="-Wl,-rpath,$HOME/libressl/lib" --with-openssl=$HOME/libressl --enable-debug
|
|
|
|
|
|
|
|
- name: libressl-clang
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev clang
|
|
|
|
install_steps: libressl
|
|
|
|
configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/libressl/lib" --with-openssl=$HOME/libressl --enable-debug
|
|
|
|
|
|
|
|
- name: mbedtls
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev
|
|
|
|
install_steps: mbedtls
|
|
|
|
configure: LDFLAGS="-Wl,-rpath,$HOME/mbed/lib" --with-mbedtls=$HOME/mbed --enable-debug
|
|
|
|
|
|
|
|
- name: mbedtls-clang
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev clang
|
|
|
|
install_steps: mbedtls
|
|
|
|
configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/mbed/lib" --with-mbedtls=$HOME/mbed --enable-debug
|
|
|
|
|
2022-10-04 23:30:33 +03:00
|
|
|
- name: msh3
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev
|
|
|
|
install_steps: quictls msh3
|
|
|
|
configure: LDFLAGS="-Wl,-rpath,$HOME/msh3/lib -Wl,-rpath,$HOME/quictls/lib" --with-msh3=$HOME/msh3 --with-openssl=$HOME/quictls --enable-debug
|
|
|
|
|
|
|
|
- name: openssl3
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev
|
|
|
|
install_steps: gcc-11 openssl3
|
|
|
|
configure: LDFLAGS="-Wl,-rpath,$HOME/openssl3/lib64" --with-openssl=$HOME/openssl3 --enable-debug --enable-websockets
|
|
|
|
|
|
|
|
- name: openssl3-O3
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev
|
|
|
|
install_steps: gcc-11 openssl3
|
|
|
|
configure: CFLAGS=-O3 LDFLAGS="-Wl,-rpath,$HOME/openssl3/lib64" --with-openssl=$HOME/openssl3 --enable-debug --enable-websockets
|
|
|
|
|
|
|
|
- name: openssl3-clang
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev clang
|
|
|
|
install_steps: openssl3
|
|
|
|
configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/openssl3/lib64" --with-openssl=$HOME/openssl3 --enable-debug --enable-websockets
|
|
|
|
|
2022-09-14 23:24:39 +03:00
|
|
|
- name: event-based
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev libssh-dev
|
|
|
|
configure: --enable-debug --disable-shared --disable-threaded-resolver --with-libssh --with-openssl
|
|
|
|
tflags: -n -e '!TLS-SRP'
|
|
|
|
|
2021-06-07 15:57:14 +03:00
|
|
|
- name: hyper
|
2022-09-13 22:13:17 +03:00
|
|
|
install_steps: rust hyper
|
2022-09-09 16:11:14 +03:00
|
|
|
configure: LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" --with-openssl --with-hyper=$HOME/hyper --enable-debug --enable-websockets
|
2021-06-07 15:57:14 +03:00
|
|
|
|
2022-09-15 22:20:10 +03:00
|
|
|
- name: rustls
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev
|
|
|
|
install_steps: rust rustls
|
|
|
|
configure: --with-rustls=$HOME/rustls --enable-debug
|
|
|
|
|
|
|
|
- name: Intel compiler - without SSL
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev
|
|
|
|
install_steps: intel
|
|
|
|
configure: CC=icc --enable-debug --without-ssl
|
|
|
|
|
|
|
|
- name: Intel compiler - OpenSSL
|
|
|
|
install_packages: libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libssl-dev
|
|
|
|
install_steps: intel
|
|
|
|
configure: CC=icc --enable-debug --with-openssl
|
|
|
|
|
2022-09-14 23:24:39 +03:00
|
|
|
- name: NSS
|
2022-11-24 12:32:34 +03:00
|
|
|
install_packages: clang libnss3-dev libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem
|
|
|
|
configure: CC=clang CPPFLAGS="-isystem /usr/include/nss" --with-nss --enable-debug --with-nss-deprecated
|
2022-09-14 23:24:39 +03:00
|
|
|
|
2021-06-07 15:57:14 +03:00
|
|
|
steps:
|
2021-12-13 22:51:19 +03:00
|
|
|
- run: |
|
2022-05-18 01:03:16 +03:00
|
|
|
sudo apt-get update
|
2022-09-13 22:13:17 +03:00
|
|
|
sudo apt-get install libtool autoconf automake pkg-config stunnel4 ${{ matrix.build.install_packages }}
|
2021-12-13 22:51:19 +03:00
|
|
|
sudo python3 -m pip install impacket
|
2022-05-18 01:03:16 +03:00
|
|
|
name: 'install prereqs and impacket'
|
2021-06-07 15:57:14 +03:00
|
|
|
|
2022-10-04 23:30:33 +03:00
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'gcc-11') }}
|
|
|
|
run: |
|
|
|
|
sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get install gcc-11
|
|
|
|
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100
|
|
|
|
sudo update-alternatives --set gcc /usr/bin/gcc-11
|
|
|
|
gcc --version
|
|
|
|
name: 'install gcc-11'
|
|
|
|
|
2022-09-13 22:13:17 +03:00
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'bearssl') }}
|
|
|
|
run: |
|
|
|
|
curl -LO https://bearssl.org/bearssl-0.6.tar.gz
|
|
|
|
tar -xzf bearssl-0.6.tar.gz
|
|
|
|
cd bearssl-0.6
|
|
|
|
make
|
|
|
|
mkdir -p $HOME/bear/lib $HOME/bear/include
|
|
|
|
cp inc/*.h $HOME/bear/include
|
|
|
|
cp build/libbearssl.* $HOME/bear/lib
|
|
|
|
name: 'install bearssl'
|
|
|
|
|
2022-09-15 22:20:10 +03:00
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'libressl') }}
|
|
|
|
run: |
|
|
|
|
git clone --depth=1 -b v3.5.3 https://github.com/libressl-portable/portable.git libressl-git
|
|
|
|
cd libressl-git
|
|
|
|
./autogen.sh
|
|
|
|
./configure --prefix=$HOME/libressl
|
|
|
|
make install
|
|
|
|
name: 'install libressl'
|
|
|
|
|
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'mbedtls') }}
|
|
|
|
run: |
|
|
|
|
git clone --depth=1 -b v3.1.0 https://github.com/ARMmbed/mbedtls
|
|
|
|
cd mbedtls
|
|
|
|
make DESTDIR=$HOME/mbed install
|
|
|
|
name: 'install mbedtls'
|
|
|
|
|
2022-10-04 23:30:33 +03:00
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'openssl3') }}
|
|
|
|
run: |
|
|
|
|
git clone --depth=1 https://github.com/openssl/openssl
|
|
|
|
cd openssl
|
|
|
|
./config enable-tls1_3 --prefix=$HOME/openssl3
|
|
|
|
make install_sw
|
|
|
|
name: 'install openssl'
|
|
|
|
|
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'quictls') }}
|
|
|
|
run: |
|
|
|
|
git clone --depth=1 -b OpenSSL_1_1_1j+quic https://github.com/quictls/openssl
|
|
|
|
cd openssl
|
|
|
|
./config enable-tls1_3 --prefix=$HOME/quictls
|
|
|
|
make install_sw
|
|
|
|
name: 'install quictls'
|
|
|
|
|
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'msh3') }}
|
|
|
|
run: |
|
|
|
|
git clone --depth=1 --recursive https://github.com/nibanks/msh3
|
|
|
|
cd msh3 && mkdir build && cd build
|
|
|
|
cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$HOME/msh3 ..
|
|
|
|
cmake --build .
|
|
|
|
cmake --install .
|
|
|
|
name: 'install msh3'
|
|
|
|
|
2022-09-13 22:13:17 +03:00
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'rust') }}
|
|
|
|
run: |
|
2022-05-18 01:03:16 +03:00
|
|
|
cd $HOME
|
|
|
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
|
|
|
source $HOME/.cargo/env
|
|
|
|
rustup toolchain install nightly
|
|
|
|
name: 'install rust'
|
2022-03-06 01:17:56 +03:00
|
|
|
|
2022-09-15 22:20:10 +03:00
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'rustls') }}
|
|
|
|
run: |
|
|
|
|
git clone --depth=1 -b v0.8.2 --recursive https://github.com/rustls/rustls-ffi.git
|
|
|
|
cd rustls-ffi
|
|
|
|
make DESTDIR=$HOME/rustls install
|
|
|
|
name: 'install rustls'
|
|
|
|
|
2022-09-13 22:13:17 +03:00
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'hyper') }}
|
|
|
|
run: |
|
|
|
|
cd $HOME
|
|
|
|
git clone --depth=1 https://github.com/hyperium/hyper.git
|
2022-05-18 01:03:16 +03:00
|
|
|
cd $HOME/hyper
|
|
|
|
RUSTFLAGS="--cfg hyper_unstable_ffi" cargo +nightly rustc --features client,http1,http2,ffi -Z unstable-options --crate-type cdylib
|
2022-09-13 22:13:17 +03:00
|
|
|
echo "LD_LIBRARY_PATH=$HOME/hyper/target/debug:/usr/local/lib" >> $GITHUB_ENV
|
2021-06-07 15:57:14 +03:00
|
|
|
name: 'install hyper'
|
|
|
|
|
2022-09-15 22:20:10 +03:00
|
|
|
- if: ${{ contains(matrix.build.install_steps, 'intel') }}
|
|
|
|
run: |
|
|
|
|
cd /tmp
|
|
|
|
curl https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | sudo apt-key add -
|
|
|
|
sudo add-apt-repository "deb https://apt.repos.intel.com/oneapi all main"
|
|
|
|
sudo apt install --no-install-recommends intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
|
|
|
|
source /opt/intel/oneapi/setvars.sh
|
|
|
|
printenv >> $GITHUB_ENV
|
|
|
|
name: 'install Intel compilers'
|
|
|
|
|
2022-05-15 00:37:59 +03:00
|
|
|
- uses: actions/checkout@v3
|
2021-06-07 15:57:14 +03:00
|
|
|
|
2022-05-18 01:03:16 +03:00
|
|
|
- run: autoreconf -fi
|
|
|
|
name: 'autoreconf'
|
|
|
|
|
|
|
|
- run: ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
|
|
|
|
name: 'configure'
|
|
|
|
|
|
|
|
- run: make V=1
|
|
|
|
name: 'make'
|
|
|
|
|
|
|
|
- run: make V=1 examples
|
|
|
|
name: 'make examples'
|
2021-06-07 15:57:14 +03:00
|
|
|
|
2022-09-29 13:26:04 +03:00
|
|
|
- run: make V=1 -C tests
|
|
|
|
name: 'make tests'
|
|
|
|
|
2021-10-08 21:43:19 +03:00
|
|
|
- run: make V=1 test-ci
|
2022-09-29 13:26:04 +03:00
|
|
|
name: 'run tests'
|
2021-06-07 15:57:14 +03:00
|
|
|
env:
|
|
|
|
TFLAGS: "${{ matrix.build.tflags }}"
|