diff --git a/.cspell.config.yaml b/.cspell.config.yaml index 8929973e8a..48afdc2b7a 100644 --- a/.cspell.config.yaml +++ b/.cspell.config.yaml @@ -64,6 +64,7 @@ words: - blindings - bookdir - Bougalis + - bthomee - Britto - Btrfs - Buildx @@ -141,6 +142,7 @@ words: - hwrap - ifndef - inequation + - Injectivity - insuf - insuff - invasively @@ -366,7 +368,6 @@ words: - venv - vfalco - vinnie - - vkeylet - wasmi - wextra - wptr diff --git a/.github/actions/setup-nix-env/action.yml b/.github/actions/setup-nix-env/action.yml index a95053e536..38b8365649 100644 --- a/.github/actions/setup-nix-env/action.yml +++ b/.github/actions/setup-nix-env/action.yml @@ -40,10 +40,11 @@ runs: # Unlike the Linux nix images, macOS needs no SSL_CERT_FILE: it has its # own trust store, and pinning would break TLS to hosts relying on it. - # Workspace-local, so `cleanup-workspace` clears it, but not the - # `.conan2` prepare-runner hands the system toolchain: that Conan is a - # different version, and the two would migrate each other's cache. - echo "CONAN_HOME=${{ github.workspace }}/.conan2-nix" >>"${GITHUB_ENV}" + # In RUNNER_TEMP, which the runner empties per job, like the `.conan2` + # prepare-runner hands the system toolchain - but under its own name: + # that Conan is a different version, and the two would migrate each + # other's cache. + echo "CONAN_HOME=${RUNNER_TEMP}/.conan2-nix" >>"${GITHUB_ENV}" # Config, profiles and remote, exactly as the dev shell sets them up on # entry; the `setup-conan` action is skipped for this toolchain. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 95d75c04b4..e0d511c467 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,7 @@ If too broad, please consider splitting into multiple PRs. If there is a relevant task or issue, please link it here. --> -### Context of Change +## Context of Change -### API Impact +## API Impact