-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
remove gcc #2536
remove gcc #2536
Conversation
Why did I need to install GCC before?
|
I presume, they did that for all platforms we run then? Less to install is certainly a good thing (without breakage 😏 ). |
@tobitege |
Sure, agreed.
I think we can ignore the macOS tests status. It's unrelated to your PR. |
Oh, I just noticed the macOS tests are not necessary, please ignore them! |
Right. This change looks good to me, but I'd defer to other maintainers' expertise for approval. |
@Shimada666 This will help you #2179 |
@SmartManoj |
That relates to one-time loading which even saves time for you. |
What is the problem that this fixes or functionality that this introduces? Does it fix any open issues?
We no longer need gcc. Installing GCC will increase the load time of jupyter plugin. After removing GCC, it still works finely on Ubuntu 22.04, Debian 11, and ghcr.io/opendevin/sandbox:main.
Give a brief summary of what the PR does, explaining any non-trivial design decisions
Remove gcc installation in jupyter's setup.sh
Other references