actiond
A fully hermetic local "remote executor"
File Explorer
- build_release.sh
- ci.yml
- release.yml
- BUILD.bazel
- darwin-actiond.entitlements
- main.zig
- vz_bridge.m
- BUILD.bazel
- main.zig
- BUILD.bazel
- main.zig
- BUILD.bazel
- main.zig
- BUILD.bazel
- exec_warmup.bzl
- llvm_tblgen_smoke.sh
- LLVM_VM_SMOKE_TIMINGS.md
- README.md
- run_llvm_linux_vm_smoke.sh
- run_llvm_vm_smoke.sh
- run_llvm_windows_vm_smoke.ps1
- actiondfs.c
- actiondfs_instrumented.c
- BUILD.bazel
- Kconfig
- Makefile
- BUILD.bazel
- BUILD.bazel
- glibc_runtime_repo.bzl
- shell_runtime_repo.bzl
- squashfs.bzl
- action_cache.zig
- action_cache_service.zig
- action_executor.zig
- action_runner.zig
- body_sink.zig
- BUILD.bazel
- bytestream.zig
- bytestream_service.zig
- cache_service.zig
- capabilities_service.zig
- cas.zig
- control_protocol.zig
- control_transport_fd.zig
- darwin_vm.zig
- darwin_vm_host.zig
- execution_service.zig
- fixed_vhd.zig
- grpc_http2_server.zig
- grpc_hvsock_bridge.zig
- grpc_record.zig
- grpc_vsock_bridge.zig
- guest_init.zig
- guest_worker.zig
- http2_frame.zig
- http2_header.zig
- http2_hpack.zig
- linux_vm_host.zig
- protobuf_wire.zig
- qemu_vm.zig
- reapi.zig
- reapi_dispatch.zig
- root.zig
- staged_cas_index.zig
- tree_service.zig
- version.zig
- vm_host.zig
- vsock.zig
- windows_hcs.zig
- windows_vm_host.zig
- zstd.zig
- BUILD.bazel
- README.md
- generate_inputs.sh
- .bazelrc
- .gitignore
- BUILD.bazel
- MODULE.bazel
- parse_timings.py
- parse_timings_test.sh
- stress.bzl
- STRESS_TIMINGS.md
- BUILD.bazel
- e2fsprogs.BUILD.bazel
- BUILD.bazel
- llvm_musl_root_package_copy.patch
- zstd_no_pthread.patch
- BUILD.bazel
- build_options.bzl
- e2e.sh
- e2e_action_tool.zig
- e2e_sandbox_regression.py
- e2fsprogs_generate.bzl
- zig_embedded_assets.bzl
- zig_embedded_qemu.bzl
- zstd.bzl
- BUILD.bazel
- linux.config
- linux_x86_64.config
- .bazelignore
- .bazelrc
- .bazelversion
- .gitignore
- AGENTS.md
- ARCHITECTURE.md
- bazel_downloader.cfg
- BUILD.bazel
- MODULE.bazel
- MODULE.bazel.lock
- README.md
- release.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
bazel
View Details ▼
bazel
Open-source build and test tool similar to Make, Maven, and Gradle.
bazel build {{target}}
Build the specified target in the workspace:
bazel clean
Remove output files and stop the server if running:
bazel shutdown
Stop the bazel server:
modprobe
View Details ▼
modprobe
Add or remove modules from the Linux kernel.
See also: `kmod`.
modprobe {{[-n|--dry-run]}} {{module_name}}
Pretend to load a module into the kernel, but don't actually do it:
sudo modprobe {{module_name}}
Load a module into the kernel:
sudo modprobe {{[-r|--remove]}} {{module_name}}
Remove a module from the kernel:
// repository documentation
Was this content helpful?
(0 ratings)
