-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into charges_sync
- Loading branch information
Showing
672 changed files
with
26,038 additions
and
10,199 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
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 |
---|---|---|
|
@@ -121,6 +121,11 @@ jobs: | |
with: | ||
toolchain: "${{ env.rust_version }}" | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install sccache | ||
uses: taiki-e/[email protected] | ||
with: | ||
|
@@ -219,6 +224,11 @@ jobs: | |
toolchain: stable 2 weeks ago | ||
components: clippy | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install sccache | ||
uses: taiki-e/[email protected] | ||
with: | ||
|
@@ -298,6 +308,11 @@ jobs: | |
with: | ||
toolchain: stable 2 weeks ago | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install rust cache | ||
uses: Swatinem/[email protected] | ||
|
||
|
@@ -309,12 +324,15 @@ jobs: | |
|
||
- name: Run cargo check with v2 features enabled | ||
shell: bash | ||
# env: | ||
# # Not denying warnings for now. | ||
# # We only want to ensure successful compilation for now. | ||
# RUSTFLAGS: "-D warnings -A clippy::todo" | ||
env: | ||
RUSTFLAGS: "-A warnings" | ||
# Not denying warnings for now. | ||
# We only want to ensure successful compilation for now. | ||
# RUSTFLAGS: "-D warnings -A clippy::todo" | ||
run: just check_v2 | ||
|
||
- name: Run cargo check enabling only the release and v2 features | ||
shell: bash | ||
env: | ||
RUSTFLAGS: "-A warnings" | ||
run: cargo check --no-default-features --features "release,v2" |
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 |
---|---|---|
|
@@ -71,6 +71,11 @@ jobs: | |
with: | ||
toolchain: "${{ env.rust_version }}" | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: Swatinem/[email protected] | ||
with: | ||
save-if: ${{ github.event_name == 'push' }} | ||
|
@@ -150,6 +155,11 @@ jobs: | |
toolchain: stable 2 weeks ago | ||
components: clippy | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install cargo-hack | ||
uses: baptiste0928/[email protected] | ||
with: | ||
|
@@ -217,6 +227,11 @@ jobs: | |
with: | ||
toolchain: stable 2 weeks ago | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install rust cache | ||
uses: Swatinem/[email protected] | ||
|
||
|
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 |
---|---|---|
|
@@ -94,6 +94,12 @@ jobs: | |
if: ${{ ((github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)) || (github.event_name == 'merge_group')}} | ||
uses: Swatinem/[email protected] | ||
|
||
- name: Install Protoc | ||
if: ${{ ((github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)) || (github.event_name == 'merge_group')}} | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install Diesel CLI with Postgres Support | ||
if: ${{ ((github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)) || (github.event_name == 'merge_group')}} | ||
uses: baptiste0928/[email protected] | ||
|
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
Oops, something went wrong.