-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Carlos muniz/symmath removal unrevert #29912
Conversation
@Carlos-Muniz if you run |
pro tip @Carlos-Muniz : if you don't want to run make upgrade locally, you can go to Actions > Upgrade Requirements and run the action against your brach, which'll open a new PR with the results. |
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.
`-e` was wrongfully placed in front of `common/lib/sandbox-packages`, which may have most likely been causing the edxAPP to break.
`py38.txt` does not include `common/lib/xmodule` so it doesn't match the regex. Therefor, it never got its lines in `common/lib/sandbox-packages` fixed. If we change the regex to match any `common/lib/<packagename>` it should work correctly.
7d0a9ca
to
19c2999
Compare
EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production. |
EdX Release Notice: This PR has been deployed to the production environment. |
Description
This PR un-reverts #29909 and adds a fix to the issue that broke the edxapp build on GoCD.
Testing Instructions
The code has been tested:
openedx-calc
was checked to be3.0.1
, and thatsymmath
was not incommon/lib/
Other information
For more information see #29909 and #29869