-
Notifications
You must be signed in to change notification settings - Fork 219
Build system: Added mountpoint to the provisioning script #1648
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
Build system: Added mountpoint to the provisioning script #1648
Conversation
packages/orchestrator/internal/template/build/phases/base/provision.sh
Outdated
Show resolved
Hide resolved
packages/orchestrator/internal/template/build/phases/base/provision.sh
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
To be able to mount S3 buckets via mountpoint in the Sandboxes we need to make sure mountpoint is available in userspace.
Note
Introduces
mount-s3support in the base provisioning and validates it via integration tests.provision.shto addfuse3, detect architecture, and installmount-s3from Mountpoint’s release URL if missingis_package_installedto avoid redundant installsmount-s3links tolibfuse.soand reports a versionWritten by Cursor Bugbot for commit 25880d9. This will update automatically on new commits. Configure here.