Skip to content

Commit

Permalink
230822_nonmesontest/mesontest_REL_17_STABLE_711479115836b2180f50c00bb…
Browse files Browse the repository at this point in the history
…f0773220848a7f5
  • Loading branch information
AndreMikulec committed Aug 12, 2024
1 parent 66da3be commit f1c3d66
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions .github/workflows/buildPLR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,81 @@ jobs:
# MSYS2testonpgWIN: true




# 5
# R pg REL_17_BETA2 R 4.4.1 - just exists to try to determine this success . . .
# bleeding edge R and bleeding edge PostgreSQL
# R 4.4.1 PGsrc REL_17_BETA2 PGbin UCRT64 x64 windows-latest Debug
- matid: 230822_nonmesontest_REL_17_STABLE_711479115836b2180f50c00bbf0773220848a7f5
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
#
pgSRCversion: 711479115836b2180f50c00bbf0773220848a7f5
PG_SOURCE: 'D:\PGSOURCE'
buildpgFromSRC: true
buildpgFromSRCmethod: meson
PG_HOME: 'D:\PGINSTALL'
#
# pgWINversion: REL_17_STABLE.future-future
#
# not "MSYS2testonpgWIN: true" - because no existing "PostgreSQL REL_17_STABLE for Windows" exists anywhere.



# 7 - MYSTERY - Github Actions duplicates this job
# R 4.4.1 and next PostgreSQL
- matid: 230822_mesontest_REL_17_STABLE_711479115836b2180f50c00bbf0773220848a7f5
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: 711479115836b2180f50c00bbf0773220848a7f5


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




# 5
# R pg REL_17_BETA2 R 4.4.1 - just exists to try to determine this success . . .
# bleeding edge R and bleeding edge PostgreSQL
Expand Down

0 comments on commit f1c3d66

Please sign in to comment.