Skip to content

Commit

Permalink
Disable 3.15 builds for now
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anjohnson committed Dec 26, 2023
1 parent 6a2cc1c commit e952ea6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e952ea6

Please sign in to comment.