Skip to content

Commit

Permalink
Merge branch 'master' into eero/bootloader-container
Browse files Browse the repository at this point in the history
  • Loading branch information
Bownairo committed Nov 13, 2024
2 parents 5ba4f56 + ae95701 commit 5e8c429
Show file tree
Hide file tree
Showing 459 changed files with 23,788 additions and 12,917 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
],
"workspaceMount": "source=${localWorkspaceFolder},target=/ic,type=bind",
"workspaceFolder": "/ic",
"initializeCommand": "mkdir -p ~/.aws ~/.ssh ~/.cache ~/.local/share/fish && touch ~/.zsh_history ~/.bash_history",
"initializeCommand": "mkdir -p ~/.aws ~/.ssh ~/.cache/cargo ~/.local/share/fish && touch ~/.zsh_history ~/.bash_history",
"containerEnv": {
"CARGO_TARGET_DIR": "/home/ubuntu/.cache/cargo"
},
"mounts": [
{
"source": "${localEnv:HOME}/.cache",
Expand Down
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,11 @@ go_deps.bzl @dfinity/idx
/rs/test_utilities/embedders/ @dfinity/execution
/rs/test_utilities/execution_environment/ @dfinity/execution
/rs/test_utilities/in_memory_logger/ @dfinity/crypto-team
/rs/test_utilities/metrics @dfinity/networking @dfinity/ic-message-routing-owners
/rs/test_utilities/src/crypto.rs @dfinity/crypto-team
/rs/test_utilities/src/crypto/ @dfinity/crypto-team
/rs/test_utilities/src/cycles_account_manager.rs @dfinity/execution
/rs/test_utilities/state/ @dfinity/execution @dfinity/ic-message-routing-owners
/rs/test_utilities/types/src/batch/ @dfinity/consensus
/rs/tests/ @dfinity/idx
/rs/tests/research @dfinity/research @dfinity/idx
Expand Down
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package(default_visibility = ["//visibility:public"])
# WARNING! .git is the directory, not a regular file! only consume it in your rules if you know how exactly bazel works and understand implications!
exports_files([
".git",
".git/index",
".rclone.conf",
".rclone-anon.conf",
"buf.yaml",
Expand Down
Loading

0 comments on commit 5e8c429

Please sign in to comment.