Skip to content

CI: migrate Ubuntu binary builds to Depot runners and remove save-disk-space usage#37

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/remove-save-disk-space-workflow
Draft

CI: migrate Ubuntu binary builds to Depot runners and remove save-disk-space usage#37
Copilot wants to merge 2 commits intomainfrom
copilot/remove-save-disk-space-workflow

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 10, 2026

This updates the server CI to use Depot runner types instead of default GitHub Ubuntu runners, aligned with the runner migration pattern used in gnosis_vpn-client. It also removes save-disk-space workflow usage from the build path.

  • Runner migration (Ubuntu binary builds)

    • Switched Linux binary build runner targets to Depot:
      • depot-ubuntu-22.04-4
    • Applied in:
      • .github/workflows/build.yml
      • .github/workflows/merge.yaml
      • .github/workflows/release.yaml
  • Reusable workflow input update

    • Updated manual workflow_dispatch runner option in .github/workflows/build-binaries.yaml to use Depot runner naming for Ubuntu builds.
  • Save-disk-space cleanup

    • Removed save-disk-space workflow usage from the affected CI path (no remaining free-disk-space step references in current workflows).

Example of the runner change:

strategy:
  matrix:
    binary:
      - architecture: x86_64-linux
        runner: depot-ubuntu-22.04-4

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • depot.dev
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: tolbrino <1107+tolbrino@users.noreply.github.com>
Copilot AI changed the title [WIP] Use depot runners instead of default Github runners CI: migrate Ubuntu binary builds to Depot runners and remove save-disk-space usage Mar 10, 2026
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