File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 41
41
YQ_VERSION : 4.44.6
42
42
# WAFCACHE: ~/wafcache
43
43
WAFCACHE_STATS : 1
44
- MSVC_WINE_PATH : /home/runner/msvc
45
44
GH_CPU_OS : ${{ matrix.targetos }}
46
45
GH_CPU_ARCH : ${{ matrix.targetarch }}
47
46
steps :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ build_with_waf()
23
23
python waf --help | grep ' enable-vgui' && WAF_ENABLE_VGUI_OPTION=--enable-vgui
24
24
fi
25
25
26
- if [ " $MSVC_WINE " -ne 0 ]; then
26
+ if [ -n " $MSVC_WINE_PATH " ]; then
27
27
WAF_ENABLE_MSVC_WINE=--enable-msvc-wine
28
28
fi
29
29
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ declare -A TOOLCHAINS
5
5
6
6
TOOLCHAINS[i386]=/home/runner/x-tools/i686-unknown-linux-gnu/bin/i686-unknown-linux-gnu-
7
7
TOOLCHAINS[amd64]=/home/runner/x-tools/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-
8
- TOOLCHAINS[arm64]=/home/runner/x-tools/arm64 -unknown-linux-gnu/bin/arm64 -unknown-linux-gnu-
9
- TOOLCHAINS[armhf]=/home/runner/x-tools/armhf -unknown-linux-gnu /bin/armhf -unknown-linux-gnu -
8
+ TOOLCHAINS[arm64]=/home/runner/x-tools/aarch64 -unknown-linux-gnu/bin/aarch64 -unknown-linux-gnu-
9
+ TOOLCHAINS[armhf]=/home/runner/x-tools/arm -unknown-linux-gnueabihf /bin/arm -unknown-linux-gnueabihf -
10
10
11
11
export CROSS_COMPILE=${TOOLCHAINS[$GH_CPU_ARCH]}
12
12
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- MSVC_WINE=1
3
+ export MSVC_WINE_PATH=/home/runner/msvc
4
4
5
5
source scripts/gha/build_common.sh
You can’t perform that action at this time.
0 commit comments