Nix/doc/manual/src/installation
John Ericson 7feabf7d44 Split --disable-tests, fix cross builds
It might seem obnoxious to have yet more configure flags, but I found
controlling both the unit and functional tests with one flag was quite
confusing because they are so different:

- unit tests depending on building, functional tests don't (e.g. when
  we test already-built Nix)

- unit tests can be installed, functional tests cannot

- unit tests neeed extra libraries (GTest, RapidCheck), functional
  tests need extra executables (jq).

- unit tests are run by `make check`, functional tests are run by `make
  installcheck`

Really on a technical level, they seem wholly independent. Only on a
human level ("they are both are tests") do they have anything in common.

I had messed up the logic in cross builds because of this. Now I
split the flag in two (and cleaned up a few other inconsistencies), and
the logic fixed itself.

Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
2023-12-18 10:47:50 -05:00
..
building-source.md Get rid of bootstrap.sh 2023-10-09 12:55:58 -04:00
env-variables.md Add a setting for configuring the SSL certificates file 2023-03-17 18:32:18 +01:00
index.md Avoid <name>/<name> in documentation URLs 2023-11-30 09:37:32 -05:00
installing-binary.md move uninstall instructions to a separate page 2023-04-28 11:53:38 +02:00
installing-docker.md docker: publish images to ghcr.io (#8066) 2023-10-20 19:28:26 +02:00
installing-source.md Remove references to building from the source tarball 2021-11-02 15:29:47 +01:00
multi-user.md Enable syntax highlighting 2020-07-31 15:43:25 +02:00
nix-security.md Pandoc conversion 2020-07-23 18:26:48 +02:00
obtaining-source.md Remove references to building from the source tarball 2021-11-02 15:29:47 +01:00
prerequisites-source.md Split --disable-tests, fix cross builds 2023-12-18 10:47:50 -05:00
single-user.md Pandoc conversion 2020-07-23 18:26:48 +02:00
supported-platforms.md List aarch64 as supported macOS hardware 2021-12-15 10:55:34 -08:00
uninstall.md refactor: Join commands to remove files 2023-05-15 11:05:26 +12:00
upgrading.md Convert short nix options to long ones 2023-05-17 08:10:30 +01:00