From e952ea6060e3dfb4b3a0f0794ca4c182e7feccb1 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 26 Dec 2023 23:06:34 +0000 Subject: [PATCH] Disable 3.15 builds for now Don't know why ci-scripts isn't building the two dependent PVA modules PVDATA and PVACCESS in the base-3.15 build. My .ci-local/default.set was copied from pva2pva; I can't see anything likely in the .github/workflows/ci-scripts-build.yml file which was copied from pvAccess. --- .github/workflows/ci-scripts-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 52f122e..27c3108 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -43,12 +43,12 @@ jobs: matrix: # Job names also name artifacts, character limitations apply include: - - os: ubuntu-20.04 - cmp: gcc - configuration: default - base: "3.15" - wine: "64" - name: "3.15 Ub-20 gcc-9 + MinGW" + #- os: ubuntu-20.04 + # cmp: gcc + # configuration: default + # base: "3.15" + # wine: "64" + # name: "3.15 Ub-20 gcc-9 + MinGW" - os: ubuntu-20.04 cmp: gcc