vendor zstd and ncurses (#37376)

This commit is contained in:
Adeeb Shihadeh
2026-02-23 23:02:53 -08:00
committed by GitHub
parent 79bc6c3a52
commit 542e14306e
4 changed files with 26 additions and 12 deletions
-4
View File
@@ -48,10 +48,6 @@ function install_ubuntu_deps() {
git \
xvfb
$SUDO apt-get install -y --no-install-recommends \
libncurses5-dev \
libzstd-dev
if [[ -d "/etc/udev/rules.d/" ]]; then
# Setup jungle udev rules
$SUDO tee /etc/udev/rules.d/12-panda_jungle.rules > /dev/null <<EOF