From 61ed760b39e3f6dc8ed1f07f5853a1b20890159b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 24 Jul 2024 10:31:14 +0800 Subject: CI: Disable Fedora too because runxiyu regularly builds it on Fedora --- .woodpecker/.fedora.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.woodpecker') diff --git a/.woodpecker/.fedora.yaml b/.woodpecker/.fedora.yaml index 0c6fac6..ffd9715 100644 --- a/.woodpecker/.fedora.yaml +++ b/.woodpecker/.fedora.yaml @@ -1,4 +1,4 @@ -skip_clone: false +skip_clone: true steps: build: @@ -7,7 +7,8 @@ steps: event: [manual] image: fedora commands: - - dnf -y install make gcc openssl-devel gnutls-devel pkg-config curl lmdb-devel - - curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c' - - curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts' - - make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1 + - echo not building on fedora +# dnf -y install make gcc openssl-devel gnutls-devel pkg-config curl lmdb-devel +# curl -o config.c 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/config.c' +# curl -o .makeopts 'https://git.runxiyu.org/runxiyu/misc.git/plain/haxircd-config-example/.makeopts' +# make GNUTLS_SERVER=1 OPENSSL_SERVER=1 INSPIRCD2_PROTOCOL=1 -- cgit v1.2.3