Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We had to revert the update to 1.62.0 (#1995) because there were issues building it on macos and during the deploy. This PR instead updates us to the previous version, 1.61.2, as that doesn't include the dependency on
@parcel/watcher
, which was causing the issue.The issue itself is that unfortunately nix has fallen behind on macos support, relying on a now very outdated SDK (10.12). There is a team working on this, but that appears to be underfunded, and also appears to be resorting in some cases to reverse engineering binaries: NixOS/nixpkgs#101229 (comment)
There is a discourse thread for tracking this here: https://discourse.nixos.org/t/nix-macos-monthly/12330/11, but note this pretty key update from October:
With that in mind, it looks like we indeed need to consider using Docker to provide the base layer.