tailcall
tailcall copied to clipboard
fix: js build on some architectures
This PR fixes tailcall build on these platforms:
linux-x64-musl linux-arm64-musl linux-ia32-gnu win32-x64-gnu win32-arm64-msvc
/claim #1869
maybe try this dockerfile (musl):
FROM alpine:latest
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH
RUN apk add --no-cache build-base curl openssl-dev clang
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.74%. Comparing base (
1161470) to head (63ddc5f).
Additional details and impacted files
@@ Coverage Diff @@
## main #1941 +/- ##
=======================================
Coverage 89.73% 89.74%
=======================================
Files 155 155
Lines 15837 15837
=======================================
+ Hits 14212 14213 +1
+ Misses 1625 1624 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.