-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lkl: 2017-10-18 -> 2017-11-10, make-disk-image: do not fake time for cptofs #31537
Conversation
I presume |
Good guess! Note that now the files other than those in the
I'm going to remove |
Done. |
Since lkl/linux#394 cptofs preserves the source time, which is 1970-01-01T00:00:01Z for /nix/store and recent for other files. This reverts commit f5b3f2c.
After a part of ec2 tests ( Lines 31 to 34 in 1503409
|
I cherry-picked this to 17.09 because the faketime was apparently breaking the OVA build. Really strange. |
I've been meaning to look into the EC2 test for a while, but I don't really have a machine that can virtualize linux nicely, so it's hard for me to experiment for now. I'm guessing we just need to make sure some of its dependencies are in the store, but it's hard to tell what it wants from the log. |
Motivation for this change
New LKL has fixed lkl/linux#393, so we can partially revert f5b3f2c. I've confirmed that
/nix/store
paths in the resulting image are dated1970-01-01 00:00:01
.@copumpkin Should we remove
faketime
formkfs
? What purpose does it serve?Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)