CI: run Linux builds on self-hosted runners - #75
Open
jcelerier wants to merge 5 commits into
Open
Conversation
jcelerier
force-pushed
the
ci/self-hosted-linux-jobs
branch
from
August 5, 2026 15:23
7062dfd to
539749d
Compare
jcelerier
force-pushed
the
ci/self-hosted-linux-jobs
branch
2 times, most recently
from
August 5, 2026 20:16
abf7779 to
ca794b3
Compare
jcelerier
force-pushed
the
ci/self-hosted-linux-jobs
branch
from
August 5, 2026 22:19
ca794b3 to
54d5420
Compare
jcelerier
force-pushed
the
ci/self-hosted-linux-jobs
branch
from
August 5, 2026 22:27
54d5420 to
2bc7313
Compare
GitHub hard-fails actions/upload-artifact@v3: the job is refused before any step runs, so a workflow using it can never pass and shows up as red with no build output at all. The other actions/* are bumped in the same pass rather than leaving the PR to be reopened when the next one is retired. Pinned by major, matching what these workflows already do.
GitHub hard-fails actions/upload-artifact@v3: the job is refused before any step runs, so a workflow using it can never pass and shows up as red with no build output at all. The other actions/* are bumped in the same pass rather than leaving the PR to be reopened when the next one is retired. Pinned by major, matching what these workflows already do.
GitHub hard-fails actions/upload-artifact@v3: the job is refused before any step runs, so a workflow using it can never pass and shows up as red with no build output at all. The other actions/* are bumped in the same pass rather than leaving the PR to be reopened when the next one is retired. Pinned by major, matching what these workflows already do.
score's ci/appimage.build.sh shells out to docker, and a container job cannot: the runner mounts a placeholder /var/run/docker.sock into job containers on purpose, so a job that drives docker has no daemon to talk to and the CLI is not installed either: ./ci/appimage.build.sh: line 22: docker: command not found As a host job it gets DOCKER_HOST pointing at the rootless daemon, and the AppImage host dependencies are already installed there.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run the Linux x86_64 jobs on self-hosted runners.