Skip to content

Commit

Permalink
Merge branch 'ci-fixes'
Browse files Browse the repository at this point in the history
* Branch commit log:
  .github/workflows/testing.yml: test CI runs on ubuntu-24.04
  .github/workflows/testing.yml: turn repo into a colocated jj repository
  .github/workflows/testing.yml: upgrade to jj-0.24.0

Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 12, 2024
2 parents f4f98cd + c716a38 commit 71052e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

MakeCheck:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- { uses: actions/[email protected], with: { fetch-depth: 0, submodules: recursive, github-server-url: 'https://github.com' } }
- run: git fetch -f --tags && git describe --long # Fix actions/checkout#290
Expand All @@ -21,17 +21,18 @@ jobs:
tar zxvf - -C ~/.cargo/bin/ fzf
fzf --version
- run: |
curl -s -L https://github.com/martinvonz/jj/releases/download/v0.23.0/jj-v0.23.0-x86_64-unknown-linux-musl.tar.gz |
curl -s -L https://github.com/martinvonz/jj/releases/download/v0.24.0/jj-v0.24.0-x86_64-unknown-linux-musl.tar.gz |
tar zxvf - -C ~/.cargo/bin/ ./jj
jj --version
#- run: ./testing.sh -x
- run: |
jj git init --colocate
- run: |
make check
Ping-IRC:
if: always()
needs: [MakeCheck]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- { uses: actions/[email protected], with: { fetch-depth: 0, github-server-url: 'https://github.com' } }
- run: git fetch -f --tags && git describe --long # Fix actions/checkout#290
Expand Down

0 comments on commit 71052e7

Please sign in to comment.