Skip to content

Commit a121c98

Browse files
author
Stephen
committed
fix(ci): resolve Brewfile tap and helium install failures
Add the Bun tap required by brew validation and make /opt immutable so helium-bin can unpack cleanly during image builds. Assisted-by: openai/gpt-5.3-codex via OpenCode
1 parent 01e39b8 commit a121c98

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ FROM ghcr.io/ublue-os/bluefin:stable
6363
## Uncomment the following line if one desires to make /opt immutable and be able to be used
6464
## by the package manager.
6565

66-
# RUN rm /opt && mkdir /opt
66+
RUN rm /opt && mkdir /opt
6767

6868
### MODIFICATIONS
6969
## Make modifications desired in your image and install packages by modifying the build scripts.

custom/brew/default.Brewfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ brew "rg" # ripgrep - faster grep
1313
brew "gh" # GitHub CLI
1414
brew "git" # Git version control
1515
brew "neovim" # Neovim text editor
16+
tap "oven-sh/bun"
1617
brew "oven-sh/bun/bun" # JavaScript runtime and package manager
1718
brew "nvm" # Node version manager
1819

0 commit comments

Comments
 (0)