desktop: build nanohttpd from a submodule (#7396)

This commit is contained in:
sh
2026-08-20 13:43:09 +01:00
committed by GitHub
parent 0ec028a668
commit ca8a7eda69
9 changed files with 67 additions and 4 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ mkdir -p "${init_dir}/${TAG}-${repo_name}/from-source" "${init_dir}/${TAG}-${rep
git -C "${tempdir}" clone "${repo}.git" &&\
cd "${tempdir}/${repo_name}" &&\
git checkout "${TAG}"
git checkout "${TAG}" &&\
git submodule update --init --recursive
oses="22.04@sha256:5c8b2c0a6c745bc177669abfaa716b4bc57d58e2ea3882fb5da67f4d59e3dda5 24.04@sha256:98ff7968124952e719a8a69bb3cccdd217f5fe758108ac4f21ad22e1df44d237"