From a39dfb2f7cedc2853dacd6e1d8aa575368179eee Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 6 Jan 2024 22:49:48 +0100 Subject: [PATCH] readthedocs: install the needed devel libraries MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thankfully the build env is Ubuntu hence Debian… --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2297bb7..25dc478 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,8 @@ build: # nodejs: "20" # rust: "1.70" # golang: "1.20" + apt_packages: + - libacl1-dev jobs: pre_build: - make posix1e.so -- 2.39.2