mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix rsync tests
This commit is contained in:
@@ -1,16 +1,2 @@
|
||||
# Cross configuration for building the workflow runner for VM targets
|
||||
# Reference: https://github.com/cross-rs/cross
|
||||
# [build.env]
|
||||
# passthrough = [
|
||||
# "BINDGEN_EXTRA_CLANG_ARGS",
|
||||
# "BINDGEN_EXTRA_CLANG_ARGS=-I/usr/lib/llvm-13/lib/clang/13.0.0/include",
|
||||
# ]
|
||||
|
||||
# [build]
|
||||
# pre-build = [
|
||||
# "apt-get update && apt-get install --assume-yes protobuf-compiler libclang-dev clang build-essential",
|
||||
# "cargo install --force --locked bindgen-cli",
|
||||
# "dpkg --add-architecture $CROSS_DEB_ARCH",
|
||||
# "update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100",
|
||||
# "update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100",
|
||||
# ]
|
||||
[build]
|
||||
pre-build = ["apt-get update && apt-get install -y rsync"]
|
||||
|
||||
Reference in New Issue
Block a user