This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 00cc40a3b79f2309a368db0e0a63d09f45c45e7c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Oct 30 14:17:58 2021 +0200 .github/workflows/nx-libs.ym: Always build with -DUseTIRPC=YES. --- .github/workflows/nx-libs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml index 4fa580e76..0d70fa970 100644 --- a/.github/workflows/nx-libs.yml +++ b/.github/workflows/nx-libs.yml @@ -176,11 +176,8 @@ jobs: ;; esac case "${{ matrix.cfg.container }}" in - fedora*|centos*|debian:sid) + fedora*|centos*|debian*|ubuntu*) export IMAKE_DEFINES="-DUseTIRPC=YES" make IMAKE_DEFINES="${IMAKE_DEFINES}" ;; - ubuntu*|debian*) - make - ;; esac -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git