Skip to content

Commit

Permalink
noop(docs) mark mirroring-task resolved and disable stretch-goals of …
Browse files Browse the repository at this point in the history
…other toolchains
  • Loading branch information
jzacsh committed Jan 13, 2025
1 parent dc68ec5 commit f3bfb74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TODO: re-enable the whole matrix of rust toolchains once he basics of gitlab's
# ci/cd is being reproduced on github.
name: Build, Docs, Lint, & e2e-Test

on:
Expand All @@ -15,8 +17,8 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
#- beta
#- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand All @@ -32,8 +34,8 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
#- beta
#- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand All @@ -54,8 +56,8 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
#- beta
#- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand All @@ -71,8 +73,8 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
#- beta
#- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand All @@ -90,8 +92,8 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
#- beta
#- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ So to see untested lines, just `^F` for " |0" in the output.
root? any downsides one way or the other? maybe one makes crates.io usage
harder? I guess separated they have clearer deps-attribution?
- **answer** currently migrating to cargo workspaces feature
- [ ] setup a Github mirror [via gitlab's mechanism][gLabToGhubMirror]
have one crate when published).
- [ ] techdebt/rust-question: cleanup some of the error enums that aren't being
fully utilized (eg: some that default to map_err() to `Unknown`-fallbackish
variants). This is because some of the better alternatives were only added
Expand All @@ -143,7 +141,6 @@ So to see untested lines, just `^F` for " |0" in the output.
[`vcs.sh` of gitlab.com/jzacsh/yabashlib][yblibVcs] ([ref][yblibVcs_ref]) and
[gitlab.com/jzacsh/jzach.gitlab.io][wwwVcsts]

[gLabToGhubMirror]: https://docs.gitlab.com/ee/user/project/repository/mirror/push.html#set-up-a-push-mirror-from-gitlab-to-github
[yblibVcs]: https://gitlab.com/jzacsh/yabashlib/-/blob/main/src/vcs.sh
[yblibVcs_ref]: https://gitlab.com/jzacsh/yabashlib/-/blob/dd838fc3b32a66fe2ec95fb85a5e9aa67280fee9/src/vcs.sh
[dotsVcsq]: https://gitlab.com/jzacsh/dotfiles/-/blob/main/bin/lib/vcsq
Expand Down

0 comments on commit f3bfb74

Please sign in to comment.