Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgraded polkadot to 0.9.43 #4106

Merged
merged 3 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/templates/watch-exec/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ runs:
STATUS_TRANSIENT_FAILURE=200
# Maximum retries in case of network failures.
RETRIES=5
INPUTS_COMMAND="${{ inputs.command }}"
INPUTS_COMMAND="${{ inputs.command }}"
CACHIX="cachix watch-exec --compression-level ${CACHIX_COMPRESSION_LEVEL:-16} --compression-method ${CACHIX_COMPRESSION_METHOD:-"zstd"} --jobs ${CACHIX_JOBS:-16} composable"
NIX_DEBUG_COMMAND="" && [[ $ACTIONS_RUNNER_DEBUG = "true" ]] && NIX_DEBUG_COMMAND='--print-build-logs --debug --show-trace --verbose'
NIX_DEBUG_COMMAND="" && [[ $ACTIONS_RUNNER_DEBUG = "true" ]] && NIX_DEBUG_COMMAND='--print-build-logs --debug --show-trace --verbose --keep-going'
HAPPY_CMD="${CACHIX?} ${INPUTS_COMMAND?} --no-update-lock-file --accept-flake-config ${NIX_DEBUG_COMMAND} -L 2> >(tee --append $LOG_FILE >&2)"
SLOW_CMD="${CACHIX?} ${INPUTS_COMMAND?} --no-update-lock-file --accept-flake-config --show-trace --fallback -L 2 ${NIX_DEBUG_COMMAND} > >(tee --append $LOG_FILE >&2)"

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ jobs:
continue-on-error: false
needs:
- privilege-check
- lfs-check
runs-on:
- x86_64-linux-32C-128GB-2TB
concurrency:
Expand Down Expand Up @@ -311,7 +310,7 @@ jobs:
if: ${{ inputs.flow != 'push' }}
uses: "./.github/templates/watch-exec"
with:
command: nix -- build .#all-benchmarks
command: nix -- build .#all-rust-qa-packages
- id: ok
run: echo "ok=true" >> "$GITHUB_OUTPUT"

Expand Down Expand Up @@ -356,7 +355,6 @@ jobs:
ok: ${{ steps.ok.outputs.ok }}
needs:
- privilege-check
- lfs-check
runs-on:
- x86_64-linux-32C-128GB-2TB
concurrency:
Expand Down
1 change: 0 additions & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ For 2, if you are unsure of the legal implications, contact our general council

Exact version of dependencies are more welcomed than wildcards(*).

We pin to a `commit`, not a branch for git dependencies.
Forks with PRs to upstream are welcomed, forks without PRs to upstream are not.

Other things are checked by CI jobs or decided per case.
Binary file not shown.
Binary file removed audits/halborn/audit20220919-pallet-democracy.pdf
Binary file not shown.
Binary file not shown.
Loading
Loading