diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-08-12 16:04:22 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-08-12 16:04:22 -0700 |
commit | 7e0fee530939cded2cf036ee8b4cc3cfd1103c0e (patch) | |
tree | 2c8efb5417818e3e6400a2c39414988bd2698f9d /doc/manual/rl-next/build-dir.md | |
parent | 5137cea99044d54337e439510a647743110b2d7d (diff) |
release: release notes for 2.91.0
Release created with releng/create_release.xsh
Change-Id: Ieb6ca02d3cf986b28440fce3792e8c38ce80a33e
Diffstat (limited to 'doc/manual/rl-next/build-dir.md')
-rw-r--r-- | doc/manual/rl-next/build-dir.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/manual/rl-next/build-dir.md b/doc/manual/rl-next/build-dir.md deleted file mode 100644 index 7ce9fab15..000000000 --- a/doc/manual/rl-next/build-dir.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -synopsis: "Add a `build-dir` setting to set the backing directory for builds" -cls: 1514 -prs: [gh#10303, gh#10312, gh#10883] -credits: [roberth, tomberek] -category: Improvements ---- - -`build-dir` can now be set in the Nix configuration to choose the backing directory for the build sandbox. -This can be useful on systems with `/tmp` on tmpfs, or simply to relocate large builds to another disk. - -Also, `XDG_RUNTIME_DIR` is no longer considered when selecting the default temporary directory, -as it's not intended to be used for large amounts of data. |