Skip to content

Commit

Permalink
clean-for-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Apr 10, 2024
1 parent 42ef842 commit 1bf878d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml

This file was deleted.

13 changes: 2 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Install Dependencies
run: |
sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
sudo apt-get install lld clang
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
- name: Compile
run: cargo test --no-run --locked --release
- name: Run cargo test
Expand All @@ -58,9 +56,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Install Dependencies
run: |
sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
sudo apt-get install lld clang
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
- name: Compile
run: cargo test --no-run --locked --release
- name: Run cargo test
Expand All @@ -81,11 +77,6 @@ jobs:
- name: Install stable@stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Install linker Windows
if: ${{ matrix.os == 'windows-latest' }}
run: |
cargo install -f cargo-binutils
rustup component add llvm-tools-preview
- name: Compile
run: cargo test --no-run --locked --release
- name: Run cargo test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Rust
run: rustup update nightly && rustup default nightly
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev lld clang
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/example_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
sudo add-apt-repository ppa:kisak/turtle -y
sudo apt-get update
sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
sudo apt-get install lld clang
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
Expand Down Expand Up @@ -97,7 +96,6 @@ jobs:
sudo add-apt-repository ppa:kisak/turtle -y
sudo apt-get update
sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
sudo apt-get install lld clang
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
Expand Down Expand Up @@ -158,7 +156,6 @@ jobs:
sudo add-apt-repository ppa:kisak/turtle -y
sudo apt-get update
sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
sudo apt-get install lld clang
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
Expand Down

0 comments on commit 1bf878d

Please sign in to comment.