Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Prepare release
run: .github/workflows/release_prep.sh > release_notes.txt
- name: Release
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read # For repo checkout
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Trunk Check
uses: trunk-io/trunk-action@v1
test:
Expand All @@ -33,7 +33,7 @@ jobs:
bzlmod: [true, false]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- if: startsWith(matrix.os, 'ubuntu')
run: tests/scripts/ubuntu_install_libtinfo.sh
- run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
Expand All @@ -51,7 +51,7 @@ jobs:
bzlmod: [true, false]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Test
env:
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
Expand All @@ -66,7 +66,7 @@ jobs:
bzlmod: [true, false]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- if: startsWith(matrix.os, 'ubuntu')
run: tests/scripts/ubuntu_install_libtinfo.sh
- name: Test
Expand All @@ -92,7 +92,7 @@ jobs:
bzlmod: [true, false]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
- name: Test
env:
Expand All @@ -105,7 +105,7 @@ jobs:
bzlmod: [true, false]
runs-on: macos-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Test
env:
USE_BZLMOD: ${{ matrix.bzlmod }}
Expand All @@ -117,7 +117,7 @@ jobs:
bzlmod: [true, false]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: tests/scripts/ubuntu_install_libtinfo.sh
- name: Test
env:
Expand All @@ -130,7 +130,7 @@ jobs:
bzlmod: [true, false]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: tests/scripts/ubuntu_install_libtinfo.sh
- name: Download and Extract LLVM distribution
# The downloaded version here must match version specified as '-v' arg to run_tests.sh below.
Expand Down