File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 50
50
- target : illumos
51
51
- target : redox
52
52
# - target: fuchsia
53
- # TODO(wasi):
54
- # = note: clang-15: error: unsupported option '--export'
55
- # clang-15: error: unsupported option '--stack-first'
56
- # clang-15: error: unsupported option '--allow-undefined'
57
- # clang-15: error: unsupported option '--fatal-warnings'
58
- # clang-15: error: unsupported option '--no-demangle'
59
- # clang-15: error: unsupported option '--gc-sections'
60
- # clang-15: error: unknown argument: '-flavor'
61
- # clang-15: error: no such file or directory: 'wasm'
62
- # clang-15: error: no such file or directory: '__main_void'
63
- # - target: wasi
53
+ - target : wasi
64
54
- target : emscripten
65
55
- target : windows-gnu
66
56
- target : windows-gnu
Original file line number Diff line number Diff line change @@ -33,9 +33,10 @@ COPY --from=wasi-sdk /wasi-sdk "${TOOLCHAIN_DIR}"
33
33
RUN --mount=type=bind,target=/docker \
34
34
/docker/base/common.sh
35
35
36
- RUN --mount=type=bind,target=/docker \
37
- COMMON_FLAGS="-L\"\$ {toolchain_dir}\" /lib -L\"\$ {toolchain_dir}\" /${RUST_TARGET}/lib/${RUST_TARGET}" \
38
- /docker/clang-cross.sh
36
+ # Do not use prefixed clang: https://github.com/taiki-e/setup-cross-toolchain-action/commit/fd352f3ffabd00daf2759ab4a3276729e52eeb10
37
+ # RUN --mount=type=bind,target=/docker \
38
+ # COMMON_FLAGS="-L\"\${toolchain_dir}\"/lib -L\"\${toolchain_dir}\"/${RUST_TARGET}/lib/${RUST_TARGET}" \
39
+ # /docker/clang-cross.sh
39
40
40
41
FROM ghcr.io/taiki-e/build-base:ubuntu-"${UBUNTU_VERSION}" as test-base
41
42
SHELL ["/bin/bash" , "-euxo" , "pipefail" , "-c" ]
You can’t perform that action at this time.
0 commit comments