-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
create a cirque virtualenv #36163
base: master
Are you sure you want to change the base?
create a cirque virtualenv #36163
Conversation
Changed Files
|
PR #36163: Size comparison from 79c1cf5 to bf8bb14 Full report (67 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36163: Size comparison from 44db0f6 to 3719e52 Full report (67 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36163: Size comparison from b127740 to 6dcc1d9 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36163: Size comparison from 197f698 to cc85cea Full report (63 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, qpg, stm32, telink, tizen)
|
PR #36163: Size comparison from f212d60 to 403a2fb Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -54,6 +54,7 @@ docs/html | |||
|
|||
# Python venv | |||
.venv | |||
cirque_venv |
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.
adding more top_level directories is somewhat inconvenient. Could we use out
for example? we do so for default python builds.
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.
@FergusHuang please add a Testing
section to the PR summary that describes how this PR is tested. If the testing is manual, please describe how it was tested in detail and why automated testing is impossible.
Fixes #33950 [Cirque] use virtualenv
create a cirque virtualenv for every pip package installation without the break-system-packages option.