-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Use same image for windows tasks #84
base: meson
Are you sure you want to change the base?
Conversation
ade2f66
to
a6f0fcc
Compare
This one we really need to do upstream in postgres / on the postgres lists... |
I will send a patch after anarazel/pg-vm-images#80 is merged and tested. |
This should work with several other buildsystems. TODO: Docs and example
This needs a bit more love before being ready...
This is part of the series to be able to test meson on more platforms than normally part of CI. Author: Andres Freund <andres@anarazel.de> Author: Nazir Bilal Yavuz <byavuz81@gmail.com> Author: Justin Pryzby <pryzby@telsasoft.com>
a6f0fcc
to
3083cbf
Compare
I tested the newest changes: For meson branch: https://cirrus-ci.com/build/6190226549243904 For master branch: https://cirrus-ci.com/build/4935389023043584 I am planning to send this to postgres list: nbyavuz@1103a79 |
After windows VS and mingw image generation tasks are merged on CI repo, refactor windows postgres tasks to use same image.
3083cbf
to
1bbc9a0
Compare
43c2fc0
to
14b4159
Compare
After windows VS and mingw image generation tasks are merged on CI repo, refactor windows postgres tasks to use same image.
This PR needs to be merged together with anarazel/pg-vm-images#80.