mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
chore: free ubuntu-latest spaces (#1920)
* chore: free ubuntu-latest spaces * chore: install clang
This commit is contained in:
18
.github/workflows/build-msrv.yml
vendored
18
.github/workflows/build-msrv.yml
vendored
@@ -21,6 +21,12 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Install LLVM and Clang
|
||||
run: sudo apt install -y clang
|
||||
- uses: actions/checkout@v4
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- if: ${{ runner.os == 'Windows' }}
|
||||
@@ -48,6 +54,12 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Install LLVM and Clang
|
||||
run: sudo apt install -y clang
|
||||
- uses: actions/checkout@v4
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- if: ${{ runner.os == 'Windows' }}
|
||||
@@ -71,6 +83,12 @@ jobs:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
- if: ${{ matrix.platform == 'ubuntu-latest' }}
|
||||
name: Install LLVM and Clang
|
||||
run: sudo apt install -y clang
|
||||
- uses: actions/checkout@v4
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- if: ${{ runner.os == 'Windows' }}
|
||||
|
||||
6
.github/workflows/build-nightly-release.yml
vendored
6
.github/workflows/build-nightly-release.yml
vendored
@@ -28,6 +28,12 @@ jobs:
|
||||
toolchain: nightly
|
||||
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
|
||||
- name: Install LLVM and Clang
|
||||
run: sudo apt install -y clang
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
|
||||
6
.github/workflows/build-release.yml
vendored
6
.github/workflows/build-release.yml
vendored
@@ -72,6 +72,12 @@ jobs:
|
||||
# toolchain: nightly
|
||||
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
|
||||
- name: Install LLVM and Clang
|
||||
run: sudo apt install -y clang
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Rust
|
||||
|
||||
@@ -77,9 +77,6 @@ ignore = [
|
||||
|
||||
# https://github.com/estk/log4rs/pull/351
|
||||
{ id = "RUSTSEC-2024-0388", reason = "log4rs PRs are not merged yet" },
|
||||
# https://github.com/spacejam/sled/issues/1514
|
||||
# https://github.com/notify-rs/notify/pull/652
|
||||
{ id = "RUSTSEC-2024-0384", reason = "notify, sled are not updated yet" },
|
||||
]
|
||||
# If this is true, then cargo deny will use the git executable to fetch advisory database.
|
||||
# If this is false, then it uses a built-in git library.
|
||||
|
||||
Reference in New Issue
Block a user