forked from overhangio/tutor
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: auto-mount platform packages at build & run time (very WIP) #36
Closed
kdmccormick
wants to merge
18
commits into
kdmccormick/assets-simpler-frontend-sources
from
kdmccormick/mount-packages
Closed
feat: auto-mount platform packages at build & run time (very WIP) #36
kdmccormick
wants to merge
18
commits into
kdmccormick/assets-simpler-frontend-sources
from
kdmccormick/mount-packages
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
This is almost to the letter what I also got working on this feature ;) Among the remaining TODOs is making the list of prefixes/regexes extensible via a filter. Would you like to open a PR or should I do it? |
@regisb I'm a little swamped right now... if you have something close to ready, go for it! |
…end-sources' into kdmccormick/mount-packages
On Oct. 10, py2neo package was abruptly removed from pypi, GitHub, and the py2neo website now displays just a super funny meme: https://py2neo.org/ Yes, we should get rid of that dependency, but we are still supposed to support existing users. So we install py2neo from our fork.
On macOS, building the "openedx-dev" Docker image resulted in an image that required more than 600 GB of disk space. This was due to the `adduser` command which was called with a user ID of 2x10⁹ (on macOS only). This resulted in a very large /var/log/faillog file, hence the image size. Related upstream discussion: moby/moby#5419 Close openedx-unsupported/wg-developer-experience#178
closed in favor of overhangio#915 |
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.
Super kludgey proof-of-concept of openedx-unsupported/wg-developer-experience#177 (it hardcodes my own Tutor root).