From: Matthew Newton Date: Thu, 13 Oct 2022 14:45:22 +0000 (+0100) Subject: CI: for the time being run on both GitHub and self-hosted X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e949916e773e36f078bdbedc86af54d050143b11;p=thirdparty%2Ffreeradius-server.git CI: for the time being run on both GitHub and self-hosted --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bffea20f667..de7f8a96325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: # name - used in the job name only os: - { runs_on: "self-hosted", code: "ubuntu2004", docker: "ubuntu:20.04", name: "self-ubuntu20", imageos: "ubuntu20" } -# - { runs_on: "ubuntu-20.04", code: "ubuntu2004", docker: "ubuntu:20.04", name: "gh20-ubuntu20", imageos: "ubuntu20" } + - { runs_on: "ubuntu-20.04", code: "ubuntu2004", docker: "ubuntu:20.04", name: "gh20-ubuntu20", imageos: "ubuntu20" } env: - { CC: gcc, BUILD_CFLAGS: "-DWITH_EVAL_DEBUG", LIBS_OPTIONAL: no, LIBS_ALT: no, TEST_TYPE: fixtures, NAME: linux-gcc-lean }