Skip to content

Commit e952ea6

Browse files
committed
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.
1 parent 6a2cc1c commit e952ea6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-scripts-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
matrix:
4444
# Job names also name artifacts, character limitations apply
4545
include:
46-
- os: ubuntu-20.04
47-
cmp: gcc
48-
configuration: default
49-
base: "3.15"
50-
wine: "64"
51-
name: "3.15 Ub-20 gcc-9 + MinGW"
46+
#- os: ubuntu-20.04
47+
# cmp: gcc
48+
# configuration: default
49+
# base: "3.15"
50+
# wine: "64"
51+
# name: "3.15 Ub-20 gcc-9 + MinGW"
5252

5353
- os: ubuntu-20.04
5454
cmp: gcc

0 commit comments

Comments
 (0)