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

Fix build space? #134

Closed
wants to merge 1 commit into from
Closed

Fix build space? #134

wants to merge 1 commit into from

Conversation

ukd1
Copy link

@ukd1 ukd1 commented Jul 12, 2024

I can't run this myself, but this should fix #132 - and the fix is the same as Bouni/kicad-jlcpcb-tools#492 / Bouni/kicad-jlcpcb-tools#498.

This:

  • install the requirements first
  • then maximizes disk space (remove optionally installed, and unused things - e.g. mono, merge tmp space)
  • checkout as normal

Note:

@Bouni
Copy link

Bouni commented Jul 26, 2024

@yaqwsx For me this didn't do the trick, but adding this to the workflow file as a step did it:

      - name: Free more Space, Found in https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
        run: |
          sudo rm -rf /usr/share/dotnet
          sudo rm -rf /opt/ghc
          sudo rm -rf "/usr/local/share/boost"
          sudo rm -rf "$AGENT_TOOLSDIRECTORY"

@ukd1
Copy link
Author

ukd1 commented Jul 26, 2024

@Bouni great - lmk if you want me to update or just close this if you wanna make a different PR!

@yaqwsx
Copy link
Owner

yaqwsx commented Jul 26, 2024

Since we already have 7d2d0df and the updates are working, I suggest closing this PR.

@yaqwsx yaqwsx closed this Jul 26, 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.

sqlite3.OperationalError: database or disk is full
3 participants