diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 7538e63..90a33b7 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \ No newline at end of file diff --git a/xmake.lua b/xmake.lua index af5127b..bd5bde4 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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")