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

Migrate from Buildkite to GitHub actions #84

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

viktor-ferenczi
Copy link

@viktor-ferenczi viktor-ferenczi commented Feb 21, 2025

  • Introduced GitHub workflow
  • Removed Buildkite script
  • ️Replaced the Buildkite specific logos with emojis

@viktor-ferenczi viktor-ferenczi force-pushed the migrate-to-github-actions branch from f0f2ac4 to b4b4b13 Compare February 24, 2025 12:02
@viktor-ferenczi viktor-ferenczi force-pushed the migrate-to-github-actions branch from 8487a46 to bb3c8b5 Compare February 24, 2025 15:41
@viktor-ferenczi
Copy link
Author

viktor-ferenczi commented Feb 24, 2025

The following build targets may fail with a misleading error 2 (file not found) error:

  • Musl (dynamic) build images
  • Musl (static) build images
  • Cross compilation images

While the issue appears to be on an rm -rf command the actual problem is not there. The issue is caused by this download timing out:

curl -C - -L -o config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=3d5db9ebe860"

This happens when git.savannah.gnu.org is down, which you can check on https://status.doomemacs.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants