forked from lix-project/lix-installer
Add Fedora v37 tests (#364)
This commit is contained in:
parent
a74c6da41e
commit
f2c94e3578
|
@ -69,7 +69,7 @@ let
|
||||||
install-no-start-daemon = {
|
install-no-start-daemon = {
|
||||||
install = ''
|
install = ''
|
||||||
NIX_PATH=$(readlink -f nix.tar.xz)
|
NIX_PATH=$(readlink -f nix.tar.xz)
|
||||||
RUST_BACKTRACE="full" ./nix-installer install --nix-package-url "file://$NIX_PATH" --no-confirm --logger pretty --log-directive nix_installer=trace --no-start-daemon
|
RUST_BACKTRACE="full" ./nix-installer install linux --nix-package-url "file://$NIX_PATH" --no-confirm --logger pretty --log-directive nix_installer=trace --no-start-daemon
|
||||||
'';
|
'';
|
||||||
check = ''
|
check = ''
|
||||||
set -ex
|
set -ex
|
||||||
|
@ -276,6 +276,16 @@ let
|
||||||
postBoot = disableSELinux;
|
postBoot = disableSELinux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"fedora-v37" = {
|
||||||
|
image = import <nix/fetchurl.nix> {
|
||||||
|
url = "https://app.vagrantup.com/generic/boxes/fedora37/versions/4.2.14/providers/libvirt.box";
|
||||||
|
hash = "sha256-rxPgnDnFkTDwvdqn2CV3ZUo3re9AdPtSZ9SvOHNvaks=";
|
||||||
|
};
|
||||||
|
rootDisk = "box.img";
|
||||||
|
system = "x86_64-linux";
|
||||||
|
postBoot = disableSELinux;
|
||||||
|
};
|
||||||
|
|
||||||
# Currently fails with 'error while loading shared libraries:
|
# Currently fails with 'error while loading shared libraries:
|
||||||
# libsodium.so.23: cannot stat shared object: Invalid argument'.
|
# libsodium.so.23: cannot stat shared object: Invalid argument'.
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue