The docker job tried to build a Docker image by using docker/build-push-action@v3. buildenv.sh was executed and tried to download a toolchain from more.musl.cc by using curl, but the connection timed out. You can see verbose logs from curl in the following page: https://github.com/m...
build //:binary //:test --platforms=//config:platform --extra_toolchains=//config:musl-1_2_3-platform-x86_64-apple-darwin-target-x86_64-linux-musl --incompatible_enable_cc_toolchain_resolution - name: Move test binary run: mkdir output && cp test-workspaces/builder/bazel-bin/binary output...
Before bazelbuild/bazel#22738 the toolchain name was the only disambiguator in output directories, so using multiple musl toolchains in one build caused a conflicting actions error. Rename cc_toolchain from musl_toolchain … 2a1e15a fmeum reviewed Jun 13, 2024 View reviewed changes generat...
1 parent75a7635commitcc6a1e2 File tree toolchain/musl/patches 610-add-renameat2-linux-syscall-wrapper.patch 1 file changed +61 -0 lines changed Original file line numberDiff line numberDiff line change @@ -0,0 +1,61 @@ 1+ From dc651fe2e6b16087c519c0bd0bf943cb7c53c807 Mon Sep 17...
Unified 2 changes: 2 additions & 0 deletions2libtcc.c Original file line numberDiff line numberDiff line change Expand Up@@ -1740,6 +1740,8 @@ static const char dumpmachine_str[] = "openbsd" #elifTARGETOS_NetBSD "netbsd" #elifTCC_MUSL ...
针对你提出的问题arm-openwrt-linux-muslgnueabi-gcc.bin: warning: environment variable 'staging',我们可以从以下几个方面来分析和解决: 确认完整的警告信息内容: 警告信息表明,环境变量STAGING_DIR没有被定义。这通常意味着编译器或相关工具链在运行时需要一个特定的目录来查找必要的库文件或其他资源,但这个目录没...
build: fixup unity builds with MUSL #16084 Sign in to view logs Summary Jobs label Run details Usage Workflow file Triggered via pull request March 13, 2025 19:09 vszakats synchronize #16428 Status Success Total duration 36s Artifacts – label.yml on: pull_request_target label ...
[bzip2-musl] Update & modernize Plan style. Browse files Signed-off-by: Fletcher Nichol <fnichol@nichol.ca> main (#1210) refresh2020Q3 fnichol committed Jun 7, 2018 1 parent 62eb4e3 commit 154b7cc Showing 2 changed files with 12 additions and 2 deletions. Whitespace Ignore whi...
cp target/aarch64-unknown-linux-musl/release/clashtui artifacts/clashtui.linux.arm64.release cp target/aarch64-unknown-linux-musl/debug/clashtui artifacts/clashtui.linux.arm64.debug ''' [tasks.amd64.linux] 0 comments on commit c1cc967 Please sign in to comment. Footer...
release-name: aarch64-unknown-linux-musl cross: true extra-args: "--all-features" - os: ubuntu-latest target: armv7-unknown-linux-gnueabi release-name: armv7-unknown-linux-gnueabi-static-crt @@ -220,19 +234,19 @@ jobs: with: name: ${{ matrix.release-name || matrix.target }} pat...