homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

nvm 0.40.1

Open BrewTestBot opened this issue 1 year ago • 4 comments

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Fixes
 - `nvm_download`: ensure all args are quoted
 - `--save`: avoid a conflict with `set -e`
 - `nvm_has_colors`: avoid an aliased `tput`
 - declare an unbound variable
 - `nvm install -b`: do not attempt to download source on a failed binary download with `-b`
 - `nvm install -b`: when no binary is available, fail and output a clear message

Refactors

  • --save: clean up some usage
  • install.sh: fix node capitalization

Tests

  • set proper permissions on test files
  • move sourcing suite to GHA
  • fix nvm ls-remote unit test

BrewTestBot avatar Aug 27 '24 21:08 BrewTestBot

`brew test --verbose nvm` failed on macOS Sonoma (14)!

/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.4_1/bin/bundle clean
Error: nvm is not linked
::error::nvm is not linked

chenrui333 avatar Aug 27 '24 22:08 chenrui333

  Uninstalling nvm... (10 files, 201.8KB)
  Error: Interrupted system call @ dir_s_rmdir - /usr/local/etc

@Homebrew/brew, any ideas about what's wrong here?

https://github.com/Homebrew/homebrew-core/actions/runs/10587079643/job/29371413630?pr=182667#step:3:47

carlocab avatar Aug 28 '24 14:08 carlocab

Hmm, that looks like a SIP thing -- it's pretty strange that we're trying to remove the entire /usr/local/etc directory, though.

The same error appears here: https://github.com/Homebrew/homebrew-core/issues/152518 but that issue isn't very elucidative.

woodruffw avatar Aug 28 '24 14:08 woodruffw

seeing the same in https://github.com/Homebrew/homebrew-core/pull/182775

on 13

  Uninstalling neosync... (9 files, 115.7MB)
  Error: Interrupted system call @ dir_s_rmdir - /usr/local/etc
  Error: Interrupted system call @ dir_s_rmdir - /usr/local/etc

https://github.com/Homebrew/homebrew-core/actions/runs/10602598315/job/29385096215#step:3:41

chenrui333 avatar Aug 28 '24 20:08 chenrui333

:robot: An automated task has requested bottles to be published to this PR.

github-actions[bot] avatar Aug 29 '24 12:08 github-actions[bot]