Skip to content
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

Split the buildRemote function #1180

Merged
merged 21 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5db8642
Factor out a struct representing a connection to a machine
thufschmitt Mar 21, 2022
2f494b7
Factor out the creation of the log file
thufschmitt Mar 21, 2022
9f1b911
Factor more stuff out
thufschmitt Mar 21, 2022
365776f
Factor out the building part
thufschmitt Mar 21, 2022
a778a89
Factor out the `queryPathInfos` part of the build
thufschmitt Mar 21, 2022
fd0ae78
Factor out the copying from the build store
thufschmitt Mar 21, 2022
b430d41
Use the `BuildOptions` more eagerly
thufschmitt Mar 21, 2022
92b627a
Remove an accidental re-indenting of a comment
thufschmitt Mar 24, 2022
6e571e2
Build the resolved derivation and not the original one
thufschmitt Mar 24, 2022
143c317
Move all the build remote utils to their namespace
thufschmitt Oct 25, 2022
3526d61
Merge remote-tracking branch 'upstream/master' into split-buildRemote
Ericson2314 Oct 25, 2022
831a2d9
Merge remote-tracking branch 'upstream/master' into split-buildRemote
Ericson2314 Nov 30, 2023
2bda7ca
Further use `Machine::Connection` to deduplicate
Ericson2314 Nov 30, 2023
0917145
Make new functions not in header `static`
Ericson2314 Nov 30, 2023
e172461
Use `const` in for loop
Ericson2314 Nov 30, 2023
622c25e
Sedding prior to merge
Ericson2314 Dec 4, 2023
67eeabd
Merge remote-tracking branch 'upstream/master' into split-buildRemote
Ericson2314 Dec 4, 2023
3c56361
Merge remote-tracking branch 'upstream/master' into split-buildRemote
Ericson2314 Dec 4, 2023
104baef
Document the connection initialization process
Ericson2314 Dec 4, 2023
162b538
Remove unused `thisArrow` variable
Ericson2314 Dec 4, 2023
3636048
Again, use `const` in for loop
Ericson2314 Dec 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading