Open staticfloat opened 1 year ago
Are these instructions specific to Linux x86_64, or do they apply to any architecture (as long as the OS is Linux)?
They should apply to any architecture, but I've only tested it on x86_64 AWS machines (the c5d.metal
, to be precise)
Steps to setup AWS CI machine (
c5d.metal
, Ubuntu):Next, edit
/etc/default/grub
to havesystemd.unified_cgroup_hierarchy=0
in the list of default kernel parameters, so that we boot with cgroups v1. It probably ends up looking something like:Then run
sudo update-grub
and reboot. Note that these machines take, like, 15 minutes to reboot.Once it's back up, on another machine with secrets installed, transfer over the secrets:
Next, edit
config.toml
in~/src/sandboxed-buildkite-agent/linux-sandbox.jl
to look like this:Finally,
julia --project launch_agents.jl
and cross your fingers!