Skip to content
Closed
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
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[alias]
vdev = "run --quiet --package vdev --"

# The `sinks-iggy` feature depends on the private `obstack-wire` crate over SSH.
# Cargo's built-in git (libgit2) does not reuse ssh-agent/ssh-config the way the
# git CLI does, so delegate git fetches to the already-authenticated CLI.
[net]
git-fetch-with-cli = true

[env]
# Build jemalloc assuming 64K pages so binaries also run on aarch64 hosts whose
# kernels ship with a 64K page size (notably EL8 aarch64). On 4K-page hosts this
Expand Down
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
!rust-toolchain.toml
!scripts
!vdev
!distribution
!distribution/docker
!distribution/docker/obstack
!distribution/docker/obstack/entrypoint.sh

# Exclude target directories to avoid copying build artifacts
target
Loading
Loading