[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZxZ0UxOsa4WvaBku@Antony2201.local>
Date: Mon, 21 Oct 2024 17:33:39 +0200
From: Antony Antony <antony@...nome.org>
To: David Howells <dhowells@...hat.com>
Cc: Antony Antony <antony@...nome.org>, Sedat Dilek <sedat.dilek@...il.com>,
Maximilian Bosch <maximilian@...sch.me>,
Linux regressions mailing list <regressions@...ts.linux.dev>,
LKML <linux-kernel@...r.kernel.org>, linux-fsdevel@...r.kernel.org,
Christian Brauner <brauner@...nel.org>
Subject: Re: [REGRESSION] 9pfs issues on 6.12-rc1
On Mon, Oct 21, 2024 at 03:12:38PM +0100, David Howells wrote:
> Antony Antony <antony@...nome.org> wrote:
>
> > When using the nix testing, I have to force the test to re-run.
> >
> > result=$(readlink -f ./result); rm ./result && nix-store --delete $result
> >
> > nix-build -v nixos/tests/kernel-generic.nix -A linux_testing
>
> Is there a way to run this on Fedora?
Yes. You can run it on Fedora.
try these steps?
1. Install nix.
a: preferd way:
curl --proto '=https' --tlsv1.2 -sSf -L \
https://install.determinate.systems/nix | sh -s -- install
b: may be use dnf? I am advised dnf is a bad idea!
2. clone latest nixpkgs
git clone https://github.com/NixOS/nixpkgs
3. cd nixpkgs
nix-build -v nixos/tests/kernel-generic.nix -A linux_testing
currently this will run 6.12-rc3.
when the test does not finish running, "Ctrl + C" to sop
when it succeds to re-run:
result=$(readlink -f ./result); rm ./result && nix-store --delete $result
nix-build -v nixos/tests/kernel-generic.nix -A linux_testing
-antony
Powered by blists - more mailing lists