feat: add eBPF deps
This commit is contained in:
parent
323a0d1d6a
commit
a425d80c11
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@ users:
|
|||
packages:
|
||||
- zsh
|
||||
- git
|
||||
- git-lfs
|
||||
- git-delta
|
||||
- difftastic
|
||||
- curl
|
||||
|
@ -19,6 +20,9 @@ packages:
|
|||
- dnf-plugins-core
|
||||
- icu
|
||||
- neovim
|
||||
- clang15
|
||||
- llvm15
|
||||
- libbpf-devel
|
||||
%{ if install_podman_setup ~}
|
||||
- podman
|
||||
- podman-docker
|
||||
|
@ -97,6 +101,8 @@ write_files:
|
|||
cert: false
|
||||
%{ endif ~}
|
||||
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}
|
||||
- systemctl enable --now coder-agent
|
||||
%{ if install_podman_setup ~}
|
||||
|
|
Loading…
Reference in a new issue