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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
AARCH64_CRATES: >-
-p litebox
-p litebox_common_linux
-p litebox_egress_proxy
-p litebox_syscall_rewriter
-p litebox_packager
-p litebox_platform_linux_userland
Expand Down Expand Up @@ -199,6 +200,7 @@ jobs:
WINDOWS_CRATES: >-
-p litebox_common_linux
-p litebox_common_windows
-p litebox_egress_proxy
-p litebox_syscall_rewriter
-p litebox_packager
-p litebox_broker_protocol
Expand Down Expand Up @@ -290,6 +292,9 @@ jobs:
# - `litebox_broker_userland` is allowed to have `std` access,
# since it is the hosted userland broker executable.
#
# - `litebox_egress_proxy` is allowed to have `std` access, since it
# is the hosted userland HTTP/HTTPS proxy executable.
#
# - `litebox_platform_lvbs` has a custom target (`no_std`), so it does
# not work with the current no_std checker.
#
Expand Down Expand Up @@ -351,6 +356,7 @@ jobs:
-not -path './litebox_broker_transport_linux_userland/Cargo.toml' \
-not -path './litebox_broker_transport_windows_userland/Cargo.toml' \
-not -path './litebox_broker_userland/Cargo.toml' \
-not -path './litebox_egress_proxy/Cargo.toml' \
-not -path './litebox_platform_linux_userland/Cargo.toml' \
-not -path './litebox_platform_windows_userland/Cargo.toml' \
-not -path './litebox_runner_linux_on_windows_userland/Cargo.toml' \
Expand Down
Loading
Loading