mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-22 23:04:29 +00:00
Update external testing CI with libbet's new way of running Python
libbet now uses `py -3` if the `py` binary exists, instead of if `COMSPEC` is defined. So we don't need to `unset COMSPEC`, we just need to avoid Windows' `py` launcher from being in Cygwin's `PATH`. It turns out that `C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 ...` was not effectively preventing Windows' `PATH` from being inherited by Cygwin's `PATH`, because to take effect it needs to run Cygwin's `/etc/profile` script. The simple way to do that is using a login shell. So we don't need the `PREFIX`/`--prefix` from the previous commit after all.
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
EXT_TEST_OWNER=pinobatch
|
||||
EXT_TEST_REPO=libbet
|
||||
EXT_TEST_DOMAIN=github.com
|
||||
EXT_TEST_COMMIT=e42c0036b18e6e715987b88b4973389b283974c9
|
||||
EXT_TEST_COMMIT=1232e71dc1ac852786ad9825316e19d2b341bc4a
|
||||
EXT_TEST_IS_NONFREE=false
|
||||
|
||||
EXT_TEST_TARGET=all
|
||||
|
||||
Reference in New Issue
Block a user