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

runtime: chmod busybox so test passes #531

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

haircommander
Copy link
Collaborator

No description provided.

@haircommander haircommander force-pushed the fix-unit branch 3 times, most recently from 56e7316 to b364215 Compare October 1, 2024 16:14
Signed-off-by: Peter Hunt <pehunt@redhat.com>
@haircommander haircommander force-pushed the fix-unit branch 12 times, most recently from d2b7455 to 68b27c4 Compare October 2, 2024 16:53
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Signed-off-by: Peter Hunt <pehunt@redhat.com>
@haircommander
Copy link
Collaborator Author

huzzah!

@haircommander haircommander merged commit 3d774d5 into containers:main Oct 2, 2024
29 checks passed
Comment on lines +123 to +131
install_crun() {
URL=https://github.com/containers/crun/releases/download/"${VERSIONS["crun"]}"/crun-"${VERSIONS["crun"]}"-linux-amd64

BINARY=/usr/bin/crun
sudo wget -O "$BINARY" "$URL"
sudo chmod +x "$BINARY"

crun --version
}
Copy link
Member

Choose a reason for hiding this comment

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

Nit: tabs vs spaces 😄

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