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:
|
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 ~}
|
||||||
|
|
Loading…
Reference in a new issue