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

[CI] Remove actions that freed up space in hosted GitHub runner #54

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

dpino
Copy link
Member

@dpino dpino commented Sep 27, 2024

These actions are not needed in the self-hosted runner.

Also, assign a temporal name to the wkdev container in the 'Test image' step. Assigning a temporal name to the container prevents potential name collisions.

@dpino dpino requested a review from TingPing September 27, 2024 16:30
Copy link
Member

@nikolaszimmermann nikolaszimmermann left a comment

Choose a reason for hiding this comment

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

Let's try it

@nikolaszimmermann nikolaszimmermann merged commit d347129 into Igalia:main Sep 27, 2024
2 checks passed
wkdev-enter -n ${CONTAINER} --exec -- git clone --depth=1 https://github.com/WebKit/WebKit.git
wkdev-enter -n ${CONTAINER} --exec -- ./WebKit/Tools/Scripts/build-webkit --wpe --release --generate-project-only
wkdev-enter -n ${CONTAINER} --exec -- ./WebKit/Tools/Scripts/build-webkit --gtk --release --generate-project-only
podman stop ${CONTAINER} || true
Copy link
Member

Choose a reason for hiding this comment

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

Good catch, that was indeed missing.
But we also want podman rm ${CONTAINER} here.

I didn't want to hold back merging for that, we can fix that in a follow-up pr.

@dpino dpino self-assigned this Oct 25, 2024
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