-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
50 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,11 @@ jobs: | |
- uses: WyriHaximus/[email protected] | ||
id: latest-tag | ||
- uses: kenji-miyake/setup-git-cliff@v2 | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: ghjk envs cook | ||
|
||
- shell: bash | ||
run: | | ||
VERSION=$(ghjk x version-print) | ||
|
@@ -97,7 +101,11 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
# some targets don't use cross so will require the deps in the host | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: ghjk envs cook | ||
|
||
- uses: WyriHaximus/[email protected] | ||
id: latest-tag | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
|
@@ -172,7 +180,11 @@ jobs: | |
id: latest-tag | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: mozilla-actions/[email protected] | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: ghjk envs cook | ||
|
||
- shell: bash | ||
env: | ||
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} | ||
|
@@ -305,7 +317,11 @@ jobs: | |
fetch-depth: 0 | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: kenji-miyake/setup-git-cliff@v2 | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: ghjk envs cook | ||
|
||
- id: bump | ||
run: | | ||
ghjk x version-bump prerelease | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,11 @@ jobs: | |
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV | ||
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }} | ||
uses: mozilla-actions/[email protected] | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: ghjk envs cook | ||
|
||
- shell: bash | ||
run: | | ||
sudo apt update && sudo apt install -y --no-install-recommends libclang-dev clang | ||
|
@@ -131,10 +135,14 @@ jobs: | |
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV | ||
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }} | ||
uses: mozilla-actions/[email protected] | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
with: | ||
# temporary fix | ||
cache-key-prefix: ${{ matrix.os }} | ||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# with: | ||
# # temporary fix | ||
# cache-key-prefix: ${{ matrix.os }} | ||
- run: curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: ghjk envs cook | ||
|
||
- if: ${{ matrix.cross }} | ||
shell: bash | ||
env: | ||
|
@@ -158,7 +166,11 @@ jobs: | |
# with: | ||
# path: ${{ env.DENO_DIR }} | ||
# key: deno-mac-${{ hashFiles('**/deno.lock') }} | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- run: curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: ghjk envs cook | ||
|
||
- name: Cache .venv dir | ||
uses: actions/cache@v4 | ||
with: | ||
|
@@ -263,9 +275,13 @@ jobs: | |
- run: | | ||
sudo apt update | ||
sudo apt install -y --no-install-recommends zstd | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
with: | ||
cache-disable: true | ||
# - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
# with: | ||
# cache-disable: true | ||
- run: curl -fsSL https://raw.github.com/metatypedev/ghjk/$GHJK_VERSION/install.sh | bash | ||
- run: echo "~/.local/bin" >> $GITHUB_PATH | ||
- run: ghjk envs cook | ||
|
||
- shell: bash | ||
run: | | ||
# the big run | ||
|