Skip to content

tbb_{2022,2021,2020}: 2022.0.0 -> 2022.1.0; 2021.11.0 -> 2021.13.0; 2020.3 -> 2020.3.3; shorten name; move to by-name; disable manifold failing test for openscad-unstable#402480

Merged
7c6f434c merged 7 commits into
masterfrom
unknown repository
Jun 20, 2025

tbb_2020: 2020.3 -> 2020.3.3

79870db
Select commit
Loading
Failed to load commit list.
OfBorg / mold on aarch64-darwin skipped Jun 21, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on aarch64-darwin: mold

Details

Partial log

                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowBroken = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowBroken = true; }
       to ~/.config/nixpkgs/config.nix.