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: Bump up the version of the IC repo, and a lot more crates #279

Merged
merged 9 commits into from
Apr 2, 2024
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

[patch.crates-io]
# this needs to track version of build-info-build used in ic repo
build-info-build = { git = "https://github.com/dfinity-lab/build-info", rev = "abb2971c5d07a9b40d41a0c84b63a3156f2ff764" }
3 changes: 2 additions & 1 deletion .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
#
cargo update
poetry update
./bin/poetry-export.sh
CARGO_BAZEL_REPIN=true bazel query
./bin/poetry.sh
#
# Completely delete the bazel cache and then recreate it
# Cache should have everything that bazel build requires, and nothing more
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ repos:
- id: ormolu

- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 24.3.0
hooks:
- id: black
additional_dependencies: ["click==8.0.4"]
args:
- --line-length=120

- repo: https://github.com/asottile/reorder_python_imports
rev: v2.4.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
args:
- --application-directories=.:gitlab-ci/src/

- repo: https://github.com/pycqa/flake8
rev: "3.8.4"
rev: "7.0.0"
hooks:
- id: flake8
args: ["--config=flake8.cfg"]
Expand Down
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
exports_files([
"archive_canister.wasm.gz",
"build-info-build.patch",
"clippy.toml",
"rustfmt.toml",
"WORKSPACE.bazel",
Expand Down
Loading
Loading