Skip to content
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

Update CircleCI to more modern docker image #691

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 26, 2021

@sbc100 sbc100 force-pushed the update_linux_image branch 3 times, most recently from d86efa9 to 635bbfe Compare January 26, 2021 01:16
@sbc100 sbc100 requested a review from kripken January 26, 2021 01:17
@sbc100 sbc100 changed the title Update ciricle linux image to more modern name Update CircleCI to more modern docker image Jan 26, 2021
apt-get update -q
apt-get install -q -y python3-pip
- run: sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
- run: echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sudo seems odd here... but if it works...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is installing a new system-wide settings so it makes sense.

In general I think its better that the admin commands require sudo.. since it means that other are not running as root but a normal user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants