Skip to content

Bump game-ci/unity-builder from 5.0.0 to 5.0.1 - #37

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/game-ci/unity-builder-5.0.1
Closed

Bump game-ci/unity-builder from 5.0.0 to 5.0.1#37
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/game-ci/unity-builder-5.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps game-ci/unity-builder from 5.0.0 to 5.0.1.

Release notes

Sourced from game-ci/unity-builder's releases.

v5.0.1 — Fix Unity 6.6+ builds failing on shared memory

Fixes Unity 6.6+ builds failing with "Insufficient shared memory available"

Unity 6.6 and newer editors request 1 GiB of shared memory. Docker gives a container 64 MB of /dev/shm by default, and this action never passed --shm-size, so builds hard-failed:

Error: Requested 1073741824 bytes, but only 67108864 bytes available
Error: Insufficient shared memory available - if using Docker, please run the container with --shm-size=1025M

There was also no input to work around it, so affected users had no escape hatch at all. Originally reported as #840.

What changed

--shm-size is now passed on both the Linux and Windows Docker commands, defaulting to 1025m — the value unity-test-runner has always used. A new dockerShmSize input lets you raise it:

- uses: game-ci/unity-builder@v5
  with:
    dockerShmSize: 2g

Set it to 0 or none to omit the flag and use Docker's own default.

--shm-size caps a tmpfs rather than preallocating memory, so the new default costs nothing for editors that don't need it. No workflow changes are required — existing setups pick the fix up automatically.

Notes

Backport of game-ci/cli#239, which owns this code going forward. If you are starting fresh, consider @v6.0.0-beta.1, which delegates to the game-ci CLI directly.

Commits
  • adaf7cd fix(docker): pass --shm-size so Unity 6.6+ builds work (backport)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [game-ci/unity-builder](https://github.com/game-ci/unity-builder) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/game-ci/unity-builder/releases)
- [Commits](game-ci/unity-builder@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: game-ci/unity-builder
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #38.

@dependabot dependabot Bot closed this Sep 10, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/game-ci/unity-builder-5.0.1 branch September 10, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants