Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: js build on some architectures #1941

Closed

Conversation

mehulmathur16
Copy link
Contributor

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

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label May 13, 2024
@ssddOnTop
Copy link
Member

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

Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 Bounty claim type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants