-
Notifications
You must be signed in to change notification settings - Fork 17
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
Docker & Windows prerequisites #116
Merged
tmcgilchrist
merged 14 commits into
ocurrent:master
from
MisterDA:docker-windows-prerequisites
Oct 17, 2022
Merged
Docker & Windows prerequisites #116
tmcgilchrist
merged 14 commits into
ocurrent:master
from
MisterDA:docker-windows-prerequisites
Oct 17, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmcgilchrist
reviewed
Sep 8, 2022
tmcgilchrist
reviewed
Sep 8, 2022
MisterDA
force-pushed
the
docker-windows-prerequisites
branch
from
September 8, 2022 14:03
f8a0b65
to
28d4273
Compare
tmcgilchrist
approved these changes
Sep 21, 2022
MisterDA
force-pushed
the
docker-windows-prerequisites
branch
from
October 3, 2022 09:00
ffb3a4b
to
8b39b74
Compare
7 tasks
MisterDA
force-pushed
the
docker-windows-prerequisites
branch
2 times, most recently
from
October 14, 2022 14:49
1726d29
to
b83d2af
Compare
Mounts are read-write to preserve current behaviour.
This allows to specify the entrypoint of a `Sandbox.run job`. This is only needed for the Docker sandbox, to override the Docker image entrypoint.
Granted, it's more difficult to read, but way easier to copy-paste to inspect manually what's happening.
This prevents errors on Windows where a file cannot be renamed, moved or deleted if it is open by another process. It also ensure that the database is left in a clean state.
MisterDA
force-pushed
the
docker-windows-prerequisites
branch
from
October 17, 2022 06:58
b83d2af
to
9604df5
Compare
tmcgilchrist
added a commit
to tmcgilchrist/opam-repository
that referenced
this pull request
Nov 7, 2022
CHANGES: - Add --fuse-path to allow selection of the path redirected by FUSE (@mtelvers ocurrent/obuilder#128, reviewed by @MisterDA ) - Pre-requisites for Windows support using docker for Windows (@MisterDA ocurrent/obuilder#116, reviewed by @tmcgilchrist) - Additional tests and prerequistes for Windows support (@MisterDA ocurrent/obuilder#130, reviewed by @tmcgilchrist) - Add support for Docker/Windows spec (@MisterDA ocurrent/obuilder#117, reviewed by @tmcgilchrist) - Depend on Lwt.5.6.1 for bugfixes (@MisterDA ocurrent/obuilder#108, reviewed by @tmcgilchrist) - Add macOS support (@patricoferris ocurrent/obuilder#87, reviewed by @tmcgilchrist @talex5 @kit-ty-kate) - Enable macOS tests only on macOS (@MisterDA ocurrent/obuilder#126, reviewed by @tmcgilchrist) - Dune 3.0 generates empty intf for executables (@MisterDA ocurrent/obuilder#111, reviewed by @talex5) - Fix warnings and CI failure (@MisterDA ocurrent/obuilder#110, reviewed by @talex5) - Expose store root and cmdliner term with non-required store (@MisterDA ocurrent/obuilder#119, reviewed by @tmcgilchrist) - Expose Rsync_store module (@MisterDA ocurrent/obuilder#114, reviewed by @talex5) - Rsync hard-links to save space (@art-w ocurrent/obuilder#102, reviewed by @patricoferris)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've moved out of the big PR some little commits to ease review. I'll rebase the Windows PR when this one is merged.