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

New dockerfile #77

Open
wants to merge 13 commits into
base: trunk
Choose a base branch
from
Open

New dockerfile #77

wants to merge 13 commits into from

Conversation

Erk-
Copy link
Member

@Erk- Erk- commented Mar 12, 2024

New Dockerfile, and updates to CI with a bunch of cruft removed.

Changes includes:

  • Using Docker BuildX instead of Podman,
  • Using Docker build-push-action to push to registry,
  • Builds in a Debian container for speedups,
  • No longer uses musl.cc as it is not needed.
  • Now uses Clang and lld to link.

This should also fix #76

@Erk- Erk- requested a review from Gelbpunkt March 12, 2024 14:39
Copy link
Member

@laralove143 laralove143 left a comment

Choose a reason for hiding this comment

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

i just have some questions

Dockerfile Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
@laralove143
Copy link
Member

this pr could use a more detailed change list, should i go ahead and list the changes i can see here

Copy link
Member

@laralove143 laralove143 left a comment

Choose a reason for hiding this comment

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

i nitpicked i picked the nits

Dockerfile Outdated
ARG RUST_TARGET="x86_64-unknown-linux-musl"
# Musl target, either x86_64-linux-musl, aarch64-linux-musl, arm-linux-musleabi, etc.
ARG MUSL_TARGET="x86_64-linux-musl"
# Rust syntax target, either x86_64-unknown-linux-musl, aarch64-unknown-linux-musl etc.
Copy link
Member

Choose a reason for hiding this comment

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

nitpick but either here is no longer relevant i think

@laralove143
Copy link
Member

uppp

@Erk-
Copy link
Member Author

Erk- commented Mar 23, 2024

It still uses podman for generating the manifest, but I think that should be ok, do you know that @Gelbpunkt?

@laralove143
Copy link
Member

uppp v2 i wish i had the knowledge to work on this but i dont 😔

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.

unknown unstable option: gcc-ld error in checks
2 participants