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

chore: run circle as non-root user #120

Merged
merged 6 commits into from
Jan 30, 2018
Merged

Conversation

alexander-fenster
Copy link
Contributor

@alexander-fenster alexander-fenster commented Jan 29, 2018

Due to an issue with permissions in grpc tarball our CI runs extra 2 minutes per task because it recompiles grpc all the time. Running as non-root user makes it unpack tarball successfully and speeds up CI. I made the same change to most of our Node.js repos (as I'm really tired of waiting for CI to spend cycles on recompiling stuff).

@ghost ghost added the cla: yes This human has signed the Contributor License Agreement. label Jan 29, 2018
@codecov
Copy link

codecov bot commented Jan 29, 2018

Codecov Report

Merging #120 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #120   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines        1648   1648           
=====================================
  Hits         1648   1648

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8e1d23...be44f69. Read the comment docs.

@alexander-fenster alexander-fenster changed the title Run circle as non-root user chore: run circle as non-root user Jan 29, 2018
@schmidt-sebastian
Copy link
Contributor

Does this mean that we can remove --unsafe-perm?

@alexander-fenster
Copy link
Contributor Author

Yes, removed --unsafe-perm.

@schmidt-sebastian schmidt-sebastian merged commit a175370 into master Jan 30, 2018
@ghost ghost removed the cla: yes This human has signed the Contributor License Agreement. label Jan 30, 2018
@alexander-fenster alexander-fenster deleted the run-circle-non-root branch January 30, 2018 03:44
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.

None yet

2 participants