pal1000 commented on pull request ariadne/pkgconf#246
Fix Windows build> Is this good to merge yet, or no? Yes, however someone deamed the chmod usage unnecessary [here](https://github.com/pkgconf/pkgconf/pull/263).
pal1000 pushed to fix-win-build-tests-feature at pal1000/pkgconf
-
b8593a3af5 tests/ci/Windows: Switch feature to auto now that's seamlessly disabled
-
b6ffebc3aa tests: Make sure chmod is used only when possible
- Compare 2 commits »
pal1000 pushed to fix-win-build-tests-feature at pal1000/pkgconf
-
ad1fe45f4e Don't try running tests on Windows
-
9a3794cd02 ci: Fix syntax error in build setup command
- Compare 2 commits »
pal1000 commented on pull request ariadne/pkgconf#244
meson: use a feature option for tests instead of booleanThat's not enough. Tests try to run chmod command unconditionally.
pal1000 pushed to fix-win-build-tests-feature at pal1000/pkgconf
-
6a59466e1b Don't try running tests on Windows
-
96fab656b2 ci: Fix syntac error in build setup command
- Compare 2 commits »
pal1000 created repository pal1000/pkgconf
pal1000 commented on pull request ariadne/pkgconf#244
meson: use a feature option for tests instead of boolean@dcbaker @ariadne, this PR [broke Windows build](https://github.com/pkgconf/pkgconf/runs/7931986150?check_suite_focus=true). I'll try fixing it.