- 31 May, 2022 1 commit
-
-
Mike Cronce authored
-
- 30 May, 2022 4 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
- 25 May, 2022 1 commit
-
-
Mike Cronce authored
.gitlab-ci.yml: Disable cargo publish for now, since we're relying on a fork of one of our dependencies
-
- 24 May, 2022 2 commits
-
-
Mike Cronce authored
.gitlab-ci.yml: Run `cargo check` instead of `cargo build` to avoid some of the build time; run `cargo build` after everything else runs
-
Mike Cronce authored
-
- 18 May, 2022 2 commits
-
-
Mike Cronce authored
.gitlab-ci.yml: Remove separate `deploy-dryrun` step and just do `cargo publish --dry-run` in main cargo build/clippy/test step
-
Mike Cronce authored
-
- 16 May, 2022 4 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
.gitlab-ci.yml: Use tools/maybe-download-sccache instead of hardcoding basically the same script directly into here
-
Mike Cronce authored
-
- 15 May, 2022 8 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
.gitlab-ci.yml: It costs more time to save the builder images (even ignoring loading them) than it does to just build them from scratch, so stop trying to cache those; just save the release image so that `docker push` step can use it
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
- 14 May, 2022 12 commits
-
-
Mike Cronce authored
.gitlab-ci.yml: Since Gitlab CI cache isn't currently working, nuke the docker save/load steps; they're taking forever (6+ minutes) and providing no value
-
Mike Cronce authored
-
Mike Cronce authored
This reverts commit f3298765.
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
.gitlab-ci.yml: Fix sccache (hopefully) in `cargo build` step, add `cargo clippy` to it, and move `cargo test` into it
-
- 13 May, 2022 1 commit
-
-
Mike Cronce authored
-