Merge branch 'ci_gentoo_alpine' into 0.2.x
Some checks failed
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], gentoo/stage3:musl-hardened) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], oraclelinux:9) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], ubuntu:22.04) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], ubuntu:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], almalinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], alpine:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], amazonlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], archlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], clearlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], debian:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], debian:oldstable) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], debian:stable) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], fedora:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], gentoo/stage3:hardened) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], gentoo/stage3:musl-hardened) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], oraclelinux:9) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], ubuntu:22.04) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc], ubuntu:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], almalinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], alpine:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], amazonlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], archlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], clearlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], debian:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], debian:oldstable) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], debian:stable) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], fedora:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], gentoo/stage3:hardened) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], gentoo/stage3:musl-hardened) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], oraclelinux:9) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], ubuntu:22.04) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=OFF], ubuntu:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], almalinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], alpine:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], amazonlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], archlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], clearlinux:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], debian:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], debian:stable) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], fedora:latest) (push) Has been cancelled
Build DATUM Gateway / build (map[cmake_args:-DENABLE_API=ON -DCMAKE_C_COMPILER=clang], gentoo/stage3:hardened) (push) Has been cancelled

This commit is contained in:
Luke Dashjr 2025-05-02 05:47:32 +00:00
commit dc425987da
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -20,8 +20,11 @@ jobs:
- amazonlinux:latest
- fedora:latest
- oraclelinux:9
- alpine:latest
- archlinux:latest
- clearlinux:latest
- gentoo/stage3:musl-hardened
- gentoo/stage3:hardened
config:
- cmake_args: "-DENABLE_API=ON -DCMAKE_C_COMPILER=gcc"
- cmake_args: "-DENABLE_API=ON -DCMAKE_C_COMPILER=clang"
@ -38,8 +41,19 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Restore package cache
if: startsWith(matrix.os, 'gentoo/')
uses: actions/cache/restore@v4
with:
path: pkg-cache
key: never-exists
restore-keys: |
${{ matrix.os }}-pkg-cache-
- name: Build inside Docker
id: docker-build
run: |
PKG_CACHE_DIR=/pkg-cache
PACKAGES_CLANG='clang'
PACKAGES_GCC='gcc'
case "${{ matrix.os }}" in
@ -57,6 +71,11 @@ jobs:
PACKAGES_API="libmicrohttpd-devel"
[[ "${{ matrix.config.cmake_args }}" =~ clang|gcc ]] || PACKAGES="$PACKAGES gcc"
;;
alpine:*)
INSTALL_CMD="apk add --no-cache"
PACKAGES="git build-base cmake argp-standalone curl-dev jansson-dev libsodium-dev"
PACKAGES_API="libmicrohttpd-dev"
;;
archlinux:*)
INSTALL_CMD="pacman -Syu --noconfirm"
PACKAGES="git base-devel cmake curl jansson libsodium"
@ -69,6 +88,45 @@ jobs:
PACKAGES_CLANG="llvm"
PACKAGES_GCC='' # included in c-basic
;;
gentoo/*)
PKG_CACHE_DIR='/var/cache/binpkgs'
INIT_CMD='
if [ -e /var/cache/binpkgs/gentoo-repo.txz ]; then
rm -rf /var/db/repos/gentoo
tar -C /var/db/repos -xpf /var/cache/binpkgs/gentoo-repo.txz
rm /var/cache/binpkgs/gentoo-repo.txz
cache_cksum() {
find /var/db/repos/gentoo /var/cache/binpkgs -type f -print0 | sort -z | xargs -0 sha256sum
}
cache_cksum > /tmp/initial-pkg-cache.cksum
emerge --sync --quiet || true # can fail if cache is recent enough
else
emerge --sync --quiet
fi
'
INSTALL_CMD="emerge -1 sec-keys/openpgp-keys-gentoo-release && getuto && cat /etc/portage/make.conf && USE='-perl -extra -static-analyzer -compiler-rt -openmp -sanitize -adns -alt-svc -ftp -hsts -http2 -http3 -imap -pop3 -progress-meter -psl -quic -curl_quic_openssl -smtp -tftp -websockets -nls' emerge -vuDtkg1 --noreplace --jobs=\$(nproc) --buildpkg"
PACKAGES="dev-vcs/git dev-build/cmake net-misc/curl dev-libs/jansson dev-libs/libsodium virtual/pkgconfig app-portage/gentoolkit"
[[ "${{ matrix.os }}" =~ musl ]] && PACKAGES="$PACKAGES sys-libs/argp-standalone"
PACKAGES_API="net-libs/libmicrohttpd"
PACKAGES_CLANG="llvm-core/clang"
POSTINSTALL_CMD='
set +ex
source /etc/profile
set -ex
'
CLEANUP_CMD='
if ls -d /var/db/pkg/llvm-core/clang-*; then
[ -e /tmp/initial-pkg-cache.cksum ] && cache_cksum >/tmp/final-pkg-cache.cksum
if ! diff -u /tmp/{initial,final}-pkg-cache.cksum; then
( cd /var/db/repos && tar --sort=name -cpJf /var/cache/binpkgs/gentoo-repo.txz gentoo )
touch /output/SAVE_CACHE
eclean -t 2w packages --changed-deps
fi
fi
'
;;
esac
PACKAGES="$PACKAGES ${{ matrix.config.extra_deps }}"
if [[ "${{ matrix.config.cmake_args }}" =~ ENABLE_API=ON ]]; then
@ -80,15 +138,33 @@ jobs:
PACKAGES="$PACKAGES $PACKAGES_CLANG"
fi
CMD="set -ex
${INIT_CMD}
${INSTALL_CMD} ${PACKAGES}
${POSTINSTALL_CMD}
git config --global --add safe.directory /workspace
mkdir -p build
cd build
cmake /workspace -DCMAKE_C_FLAGS='-Wall -Werror' ${{ matrix.config.cmake_args }}
make -j\$(nproc)
./datum_gateway --help
${CLEANUP_CMD}
"
docker run \
-v ./pkg-cache:"${PKG_CACHE_DIR}" \
-v ./output:"/output" \
-v "${{ github.workspace }}:/workspace":ro \
"${{ matrix.os }}" \
/bin/sh -c "${CMD}"
if [ -e output/SAVE_CACHE ]; then
echo 'save_cache=true' >> "$GITHUB_OUTPUT"
else
echo 'save_cache=false' >> "$GITHUB_OUTPUT"
fi
- name: Save package cache
if: steps.docker-build.outputs.save_cache == 'true'
uses: actions/cache/save@v4
with:
path: pkg-cache
key: ${{ matrix.os }}-pkg-cache-${{ github.sha }}