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

Skip compile_html test on musl #1756

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Skip compile_html test on musl #1756

merged 2 commits into from
Feb 20, 2024

Conversation

konstin
Copy link
Member

@konstin konstin commented Feb 20, 2024

The torch index has no musllinux wheel, so we need to skip the test on alpine.

The torch index has no musllinux wheel, so we need to skip the test on alpine.
@konstin konstin added the musl label Feb 20, 2024
.gitignore Outdated
@@ -4,7 +4,7 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
target*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

.gitignore Outdated
@@ -4,7 +4,7 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
target*
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This helps when setting CARGO_TARGET_DIR="target-alpine" when both the host and the docker think they are the default target

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like it maybe belongs in a personal .gitignore. Can we at least change to target-alpine/? Otherwise I worry this will cause a confusing behavior in the future when we forget about it.

@konstin konstin enabled auto-merge (squash) February 20, 2024 16:27
@konstin konstin merged commit db61d84 into main Feb 20, 2024
7 checks passed
@konstin konstin deleted the konsti/compile-html-no-musl branch February 20, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants