feat: add eBPF deps
All checks were successful
Hetzner Cloud template / hetzner-cloud-template (push) Successful in 19s
Renovate / renovate (push) Successful in 16s

This commit is contained in:
Peter 2023-12-22 16:45:10 +01:00
parent 323a0d1d6a
commit a425d80c11
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -7,6 +7,7 @@ users:
packages: packages:
- zsh - zsh
- git - git
- git-lfs
- git-delta - git-delta
- difftastic - difftastic
- curl - curl
@ -19,6 +20,9 @@ packages:
- dnf-plugins-core - dnf-plugins-core
- icu - icu
- neovim - neovim
- clang15
- llvm15
- libbpf-devel
%{ if install_podman_setup ~} %{ if install_podman_setup ~}
- podman - podman
- podman-docker - podman-docker
@ -97,6 +101,8 @@ write_files:
cert: false cert: false
%{ endif ~} %{ endif ~}
runcmd: runcmd:
- ln -s /usr/lib64/llvm15/bin/llc /usr/bin/
- ln -s /usr/lib64/llvm15/bin/clang-15 /usr/bin/clang
- chown -R ${username}:${username} /home/${username} - chown -R ${username}:${username} /home/${username}
- systemctl enable --now coder-agent - systemctl enable --now coder-agent
%{ if install_podman_setup ~} %{ if install_podman_setup ~}