AndreMikulec / plr

PL/R - R Procedural Language for PostgreSQL
http://www.joeconway.com
GNU General Public License v2.0
0 stars 0 forks source link

msvc builds on Visual Studio 2022 - remove that duplicate "plr" entry in the Visual Studio 2019 and 2022 builds #12

Closed AndreMikulec closed 1 year ago

AndreMikulec commented 1 year ago

At one time in a build every job worked on master_andre with everything Visual Studio 2022

However, when I attempted everything Visual Studio 2022 on master(postgres-plr), the end result was Visual Studio 2017 for plr on pg 11 and greater. and Visual Studio 2015 for plr on pg 10

Assume the old bad (but well done) detection of the duplicate "plr" entries in the msvc Visual Studio 2019+ build are still happening.

I NEED to build plr BY HAND LOCALLY AND manually using this repository appveyor.yml methods and come up with a regular expression or R de-duplication to remove that duplicate entry in the msvc builds SO THAT I can get the builds to work on Visual Studio 2019+ (I mean 2022+).