Revert "CI attempt cross-compile on macOS follow-up"
This reverts commit fac0996960.
This commit is contained in:
@@ -235,7 +235,6 @@ steps:
|
|||||||
displayName: 'Building mac full build'
|
displayName: 'Building mac full build'
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
export GCCVER=gcc1220
|
|
||||||
cd sys/unix
|
cd sys/unix
|
||||||
sh setup.sh hints/macos.370
|
sh setup.sh hints/macos.370
|
||||||
cd ../..
|
cd ../..
|
||||||
@@ -245,7 +244,7 @@ steps:
|
|||||||
if [ $retVal -eq 0 ]; then
|
if [ $retVal -eq 0 ]; then
|
||||||
make LUA_VERSION=5.4.6 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package
|
make LUA_VERSION=5.4.6 WANT_WIN_TTY=1 WANT_WIN_CURSES=1 CROSS_TO_MSDOS=1 package
|
||||||
fi
|
fi
|
||||||
condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'cross'))
|
condition: eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'cross'))
|
||||||
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
|
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
|
||||||
displayName: 'Building MSDOS package on macOS'
|
displayName: 'Building MSDOS package on macOS'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user