Pegasusknight
Pegasusknight
Got the same issue. Build in my Mac successfully but got "Segmentation Fault 139" in jenkins env which runs Ubuntu 20. The toolchains I'm using is: Node: v22.13.0 pnpm: 9.12.3...
Thank you for the explanation about the design about `rush update` currently handles rush plugins management. Is it possible to add parsing for the `common/config/rush/rush-plugins.json` configuration in the `update-autoinstaller` action?...
Do I understand correctly that we just need to refer to the code logic in https://github.com/microsoft/rushstack/blob/1627a8386debc01fe198a2efcac0b8fa09fa5384/libraries/rush-lib/src/logic/Autoinstaller.ts#L106-L170 and implement the same generation logic for the `last-install.flag` file in https://github.com/microsoft/rushstack/blob/1627a8386debc01fe198a2efcac0b8fa09fa5384/libraries/rush-lib/src/logic/Autoinstaller.ts#L173?
> This is an interesting edge case. A better error message makes sense, or handling it correctly would be better. The file mode is `120000` and `git ls-tree` returns a...
Hi, @dmichon-msft . Thank you for your fix of the symlink crash! The scenario where I encountered the issue was not about committing symlinks to the git repository, but rather...