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

Apply Abseil patch to fix compile on Alpine Linux #252

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Conversation

paleolimbot
Copy link
Collaborator

Closes #251.

Tested via:

# docker run --rm -it -v $(pwd):/s2 alpine:3.19.0
apk add R R-dev g++ linux-headers
R -e "install.packages(c('Rcpp', 'wk'), repos = 'https://cloud.r-project.org/')"
cd /s2 && R CMD INSTALL . --preclean

Upstream reference: abseil/abseil-cpp@4500c2f

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1f5e492) 93.98% compared to head (5c7c581) 93.98%.

❗ Current head 5c7c581 differs from pull request most recent head c73cd5e. Consider uploading reports for the commit c73cd5e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #252   +/-   ##
=======================================
  Coverage   93.98%   93.98%           
=======================================
  Files          46       46           
  Lines        3522     3522           
=======================================
  Hits         3310     3310           
  Misses        212      212           

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

@edzer edzer merged commit 1c00242 into main Dec 9, 2023
9 checks passed
@paleolimbot paleolimbot deleted the alpine-fix branch December 10, 2023 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation fails on latest Alpine 3.19.0
3 participants