Skip to content

Commit c3c70a4

Browse files
committed
wip wip
1 parent 7568ea0 commit c3c70a4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.docker/install-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ for target_arch in ${TARGET_ARCH_STR//,/ }; do
118118

119119
SYSROOT="/opt/cross/O${OPT}"
120120
PREFIX="$SYSROOT/usr"
121-
PATH="$PREFIX/bin:$ORIGPATH"
121+
PATH="$ORIGPATH:$PREFIX/bin"
122122

123123
GCC_NODOCS="MAKEINFO=/bin/true gcc_cv_prog_makeinfo_modern=no HELP2MAN=/bin/true TEXI2POD=/bin/true POD2MAN=/bin/true"
124124

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ jobs:
289289
# build_dist: alpine
290290
# build_type: clang-release-ninja-static
291291

292-
- build_arch: amd64
293-
build_dist: alpine
294-
build_type: clang-relsize-libressl-lto-ninja-static
295-
cross_arch: riscv64
292+
# - build_arch: amd64
293+
# build_dist: alpine
294+
# build_type: clang-relsize-libressl-lto-ninja-static
295+
# cross_arch: riscv64
296296

297297
# - build_arch: amd64
298298
# build_dist: alpine

0 commit comments

Comments
 (0)