Skip to content

Commit

Permalink
Merge branch 'main' into 779-build-arm-binaries-and-containers-for-li…
Browse files Browse the repository at this point in the history
…nux-and-macos
  • Loading branch information
mattheworris authored Mar 6, 2024
2 parents 372a0f1 + 3eb3fee commit 4a198c2
Show file tree
Hide file tree
Showing 35 changed files with 1,197 additions and 221 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-polkadot-releases.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Check Polkadot Releases
on:
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/common/codecov/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ runs:
run: cargo build -j 10 --features frequency-lint-check
env:
RUSTC_BOOTSTRAP: 1
CARGO_INCREMENTAL: '0'
CARGO_INCREMENTAL: "0"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
RUSTDOCFLAGS: "-Cpanic=abort"
- name: Test
shell: bash # Limited to 10 threads max
run: cargo test -j 10 --features frequency-lint-check
env:
RUSTC_BOOTSTRAP: 1
CARGO_INCREMENTAL: '0'
CARGO_INCREMENTAL: "0"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
RUSTDOCFLAGS: "-Cpanic=abort"
# There are a lot of things ignored here to make it all work
Expand Down Expand Up @@ -53,7 +53,7 @@ runs:
--ignore "*cargo*" \
-o ./target/debug/lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v4.0.0-beta.3
uses: codecov/codecov-action@v4
with:
token: ${{inputs.code-cov-token}}
files: ./target/debug/lcov.info
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-issue-dependabot-alert-pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Create Issue for Dependabot Alert PR
on:
workflow_dispatch:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/merge-pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Merge PR
concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand Down Expand Up @@ -34,7 +35,7 @@ jobs:
uses: actions/checkout@v4
- name: Output Metadata
# Run the cargo command and ignore any extra lines outside of the json result
run: CARGO_INCREMENTAL=0 RUSTFLAGS="-D warnings" cargo run --features frequency-rococo-local -- export-metadata --chain=frequency-rococo-local --tmp ./js/api-augment/metadata.json
run: CARGO_INCREMENTAL=0 RUSTFLAGS="-D warnings" cargo run --features frequency-local -- export-metadata --chain=frequency-paseo-local --tmp ./js/api-augment/metadata.json
- name: Set up NodeJs
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -122,5 +123,5 @@ jobs:
${{steps.repo_slug.outputs.result}}/${{env.IMAGE_NAME}}:latest
${{steps.repo_slug.outputs.result}}/${{env.IMAGE_NAME}}:${{env.IMAGE_VERSION}}
build-args: |
IMAGE_VERSION=${{env.IMAGE_VERSION}}
RUST_VERSION=${{steps.rust_version.outputs.RUST_VERSION}}
IMAGE_VERSION=${{env.IMAGE_VERSION}}
RUST_VERSION=${{steps.rust_version.outputs.RUST_VERSION}}
1 change: 1 addition & 0 deletions .github/workflows/publish-dev-ci-base-image.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
# This workflow is used only when a development version of CI base image needs to be built.
name: Publish Dev CI Base Image
concurrency:
Expand Down
Loading

0 comments on commit 4a198c2

Please sign in to comment.