Skip to content

Add support for non-Docker build tools (e.g., podman) #288

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

Merged
merged 3 commits into from
Jun 21, 2025

Conversation

abrown
Copy link
Member

@abrown abrown commented Jun 17, 2025

Some machines (e.g., Fedora-based) do not make it easy to use Docker tooling for building containers. In these environments, podman is a workable replacement. This change allows using replacing the use of docker with something like: DOCKER=podman benchmarks/build-all.sh.

Some machines (e.g., Fedora-based) do not make it easy to use Docker
tooling for building containers. In these environments, `podman` is a
workable replacement. This change allows using replacing the use of
`docker` with something like: `DOCKER=podman benchmarks/build-all.sh`.
@abrown
Copy link
Member Author

abrown commented Jun 17, 2025

The build failure here should be resolved in #289.

Copy link
Collaborator

@jlb6740 jlb6740 left a comment

Choose a reason for hiding this comment

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

Just one comment. Otherwise approved.

@abrown abrown merged commit f888169 into bytecodealliance:main Jun 21, 2025
17 checks passed
@abrown abrown deleted the podman branch June 21, 2025 00:35
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.

2 participants