aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-24 10:31:14 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-24 10:31:14 +0800
commit61ed760b39e3f6dc8ed1f07f5853a1b20890159b (patch)
tree6a422a9125d6de5876387785fc96f43d10a20866 /.woodpecker
parent0ac7afa4bf25448914aee08e625abba615374b87 (diff)
downloadhaxircd-61ed760b39e3f6dc8ed1f07f5853a1b20890159b.tar.gz
haxircd-61ed760b39e3f6dc8ed1f07f5853a1b20890159b.zip
CI: Disable Fedora too because runxiyu regularly builds it on Fedora
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/.fedora.yaml11
1 files changed, 6 insertions, 5 deletions
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