-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Dynamic linking error on MacOS * Fix script error * Update cli.sh * Update CI.yml * Update cli.sh * Run CI normally
- Loading branch information
Showing
2 changed files
with
9 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,23 +42,20 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install dependencies | ||
run: | | ||
sudo apt install -yq \ | ||
build-essential \ | ||
musl-dev \ | ||
musl-tools | ||
libssl-dev \ | ||
pkg-config | ||
- uses: actions-rust-lang/setup-rust-toolchain@v1 | ||
with: | ||
target: x86_64-unknown-linux-musl | ||
|
||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
- name: cargo-install cargo-tarpaulin | ||
uses: baptiste0928/[email protected] | ||
with: | ||
crate: cargo-tarpaulin | ||
git: https://github.com/xd009642/tarpaulin.git | ||
- name: cargo-install diesel_cli | ||
uses: baptiste0928/[email protected] | ||
with: | ||
|
@@ -75,7 +72,6 @@ jobs: | |
run: | | ||
./scripts/cli.sh lint | ||
env: | ||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl | ||
SCCACHE_GHA_ENABLED: "true" | ||
RUSTC_WRAPPER: "sccache" | ||
|
||
|
@@ -84,7 +80,6 @@ jobs: | |
source .envrc | ||
./scripts/cli.sh coverage-xml | ||
env: | ||
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl | ||
SCCACHE_GHA_ENABLED: "true" | ||
RUSTC_WRAPPER: "sccache" | ||
RUST_LOG: bearmark=debug,rocket=info | ||
|
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