Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ RUN echo '%vscode ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER vscode

RUN git clone https://aur.archlinux.org/yay.git && cd yay && makepkg --noconfirm -si
RUN yay --noconfirm -S xmake
RUN curl -fsSL https://xmake.io/shget.text | bash -s dev
RUN source $HOME/.xmake/profile
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set_xmakever("2.6.1") -- Minimum version to compile BPF source correctly
set_xmakever("2.8.2") -- Minimum version to compile BPF source correctly

-- includes
includes("xmake/repos.lua")
Expand Down