Skip to content

Commit

Permalink
comment out matid: 10 - was a DUPLICATE
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMikulec committed Aug 4, 2024
1 parent 286c30c commit 28efbab
Showing 1 changed file with 41 additions and 40 deletions.
81 changes: 41 additions & 40 deletions .github/workflows/buildPLR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,46 +350,47 @@ jobs:
# This may not be available if pgSRCversion is 'RC' or 'BETA'.
MSYS2testonpgWIN: true

# 10 - NEVER RUNS AS A JOB ???
# 4.4.1 - just exists to try to determine this failure . . .
# bleeding edge R and next PostgreSQL
# R devel PGsrc REL_17_BETA2 PGbin UCRT64 x64 windows-latest Debug
- matid: 10
os: windows-latest
GithubActionsIgnoreFail: false
compilerEnv: UCRT64
shellEnv: msys2 {0}
compilerExe: gcc
Platform: x64
Configuration: Debug
#
rversion: 4.4.1
R_HOME: 'D:\RINSTALL'
R_ARCH: /x64
#
# A HUMAN must manually see the VERSION here. (seen Jul 13 2024 EST)
# Because this is "next PostgreSQL",
# if available are/is 'release candidate' REL_AA_RC#
# and/or 'beta' REL_AA_BETA# version(s)
# then choose that 'latest' version;
# 'REL' is later than 'BETA'. Higher numbers are later than lower numbers.
# Otherwise, just choose the latest REL_XX_Y.
# https://github.com/postgres/postgres/tags
pgSRCversion: REL_17_BETA2
PG_SOURCE: 'D:\PGSOURCE'
#
# buildpgFromSRC: true
# buildpgFromSRCmethod: make/meson(PostgreSQL 16+)
# Add meson build system (Andres Freund, Nazir Bilal Yavuz, Peter Eisentraut)
# https://www.postgresql.org/docs/16/release-16.html
# xor
buildpgANDplrInSRCcontrib: true
PG_HOME: 'D:\PGINSTALL'
#
# This may not be available if pgSRCversion is 'RC' or 'BETA'.
# pgWINversion: 17.?-?
# This may not be available if pgSRCversion is 'RC' or 'BETA'.
# MSYS2testonpgWIN: true
## DUPLICATE (deleteme)
## # 10 - NEVER RUNS AS A JOB ???
## # 4.4.1 - just exists to try to determine this failure . . .
## # bleeding edge R and next PostgreSQL
## # R devel PGsrc REL_17_BETA2 PGbin UCRT64 x64 windows-latest Debug
## - matid: 10
## os: windows-latest
## GithubActionsIgnoreFail: false
## compilerEnv: UCRT64
## shellEnv: msys2 {0}
## compilerExe: gcc
## Platform: x64
## Configuration: Debug
## #
## rversion: 4.4.1
## R_HOME: 'D:\RINSTALL'
## R_ARCH: /x64
## #
## # A HUMAN must manually see the VERSION here. (seen Jul 13 2024 EST)
## # Because this is "next PostgreSQL",
## # if available are/is 'release candidate' REL_AA_RC#
## # and/or 'beta' REL_AA_BETA# version(s)
## # then choose that 'latest' version;
## # 'REL' is later than 'BETA'. Higher numbers are later than lower numbers.
## # Otherwise, just choose the latest REL_XX_Y.
## # https://github.com/postgres/postgres/tags
## pgSRCversion: REL_17_BETA2
## PG_SOURCE: 'D:\PGSOURCE'
## #
## # buildpgFromSRC: true
## # buildpgFromSRCmethod: make/meson(PostgreSQL 16+)
## # Add meson build system (Andres Freund, Nazir Bilal Yavuz, Peter Eisentraut)
## # https://www.postgresql.org/docs/16/release-16.html
## # xor
## buildpgANDplrInSRCcontrib: true
## PG_HOME: 'D:\PGINSTALL'
## #
## # This may not be available if pgSRCversion is 'RC' or 'BETA'.
## # pgWINversion: 17.?-?
## # This may not be available if pgSRCversion is 'RC' or 'BETA'.
## # MSYS2testonpgWIN: true


# 11
Expand Down

0 comments on commit 28efbab

Please sign in to comment.