From 0ac7afa4bf25448914aee08e625abba615374b87 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 24 Jul 2024 10:29:21 +0800 Subject: CI: Fix again, because apparently empty list items are prohibited --- .woodpecker/.debian.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.woodpecker/.debian.yaml') diff --git a/.woodpecker/.debian.yaml b/.woodpecker/.debian.yaml index bc9395a..6cdb0f1 100644 --- a/.woodpecker/.debian.yaml +++ b/.woodpecker/.debian.yaml @@ -7,8 +7,9 @@ steps: event: [manual] image: debian:sid commands: - - # apt update -y - - # apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates liblmdb-dev - - # 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 debian for now +# apt update -y +# apt install --no-install-recommends -y binutils make gcc libssl-dev pkg-config curl libgnutls*-dev ca-certificates liblmdb-dev +# 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