tailcall icon indicating copy to clipboard operation
tailcall copied to clipboard

fix: js build on some architectures

Open mehulmathur16 opened this issue 1 year ago • 2 comments

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

mehulmathur16 avatar May 13 '24 20:05 mehulmathur16

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

ssddOnTop avatar May 13 '24 20:05 ssddOnTop

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.

codecov[bot] avatar May 13 '24 20:05 codecov[bot]