phantomjinx commented on PR #3823: URL: https://github.com/apache/camel-k/pull/3823#issuecomment-1339490522
> > @phantomjinx Is it too early yet to add `windows-latest` to the `build` workflow OS matrix? > > Yeah. Lets give it a try (sorry misread you comment in my earlier reply). Tried enabling `windows-latest` on `build` workflow and it fails. 1. Requires install of a distro in `Windows Subsystem for Linux`. So used: ``` - name: Setup WSL (if on Windows) uses: Vampire/setup-wsl@v1.3.4 if: runner.os == 'Windows' ``` 1. Fails to execute subshell scripts from `make` due to this issue: https://github.com/actions/runner/issues/1328 ``` ./script/get_catalog.sh 1.16.0-SNAPSHOT /bin/bash: D:acamel-kcamel-kscriptget_catalog.sh: No such file or directory mingw32-make: *** [Makefile:325: build-resources] Error 127 Error: Process completed with exit code 2. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org