mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
meson 1.7.0 and later don't include test build targets in the default build target. With --no-rebuild the test targets aren't build at all. Removing --no-rebuild shouldn't cause any false rebuilds since the files aren't changed between the build() and check() step. Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16891 Ref https://github.com/mesonbuild/meson/pull/10413 |
||
---|---|---|
.. | ||
APKBUILD | ||
nix-daemon.initd | ||
nix-remote.sh | ||
nix.pre-install | ||
no-linkcheck.patch | ||
README.alpine |
Using Nix on Alpine =================== The Alpine Nix package assumes a multi-user Nix setup. Therefore, it requires users who are supposed to be able to use Nix to be added to the `nix` group. Furthermore, the nix-daemon needs to be started and enabled using: # rc-update add nix-daemon # rc-service nix-daemon start If you want to use Nix with channels, it is also necessary to configure a channel manually and update it. To do so, run the following commands as a user that belongs to the `nix` group: $ nix-channel --add https://nixos.org/channels/nixpkgs-unstable $ nix-channel --update For more information on Nix, refer to the Nix manual, which is available in a separate `nix-manual` package. To read the manual, open `usr/share/doc/nix/manual/index.html`.