-
Notifications
You must be signed in to change notification settings - Fork 430
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
Sccache, needs, CLI update #277
Conversation
Codecov Report
@@ Coverage Diff @@
## master #277 +/- ##
=======================================
Coverage 22.51% 22.51%
=======================================
Files 37 37
Lines 2043 2043
=======================================
Hits 460 460
Misses 1583 1583 Continue to review full report at Codecov.
|
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.
LGTM all in all, please answer my questions and we can merge.
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.
LGTM
Let's wait for CI to merge.
* cli is built and sent to examples; cleanup CI * fix artifact location * fix script * 'install' cargo-contract * save before merge * GIT_DEPTH and some hackery * typo * fix artifacts * test * test2 * test3 * build contract from it's repo * typo * fix build * build won't work inside git repo. Install --root ftw * fix build * fix build n * fix artifacts * cleanup and ready to go * contract is returned to dockerfile * cargo install should have not given error when version matches * comment, anchor * typo * less dupes
sccache
now uses redisneeds
make jobs run right after a dependent job is finished, no more waiting until stage is done.cargo-contract
will be updated in 2 example jobs if git version is newer than one installed in docker image. It uses the newestcargo install
feature.