commit | 8e7df7b33ac88f5b20e28fdce6f6a43e6ca03a48 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Thu Mar 30 15:02:35 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Mar 30 14:42:55 2023 +0000 |
tree | d0d48fd1f2ebd6690e320491bf03606152e8a955 | |
parent | b58102ce51699183af43248c88aa22b8407baa7c [diff] [blame] |
third_party/sandboxroot: add libstdc++-static Change-Id: I5528cfe7a218be10448d7b000756ddcd196cdd4d Reviewed-on: https://review.monogon.dev/c/monogon/+/1441 Reviewed-by: Serge Bazanski <serge@monogon.tech> Tested-by: Jenkins CI
diff --git a/third_party/sandboxroot/regenerate.sh b/third_party/sandboxroot/regenerate.sh index 698098f..76b9a90 100755 --- a/third_party/sandboxroot/regenerate.sh +++ b/third_party/sandboxroot/regenerate.sh
@@ -13,6 +13,10 @@ "python-unversioned-command" "glibc-static" + # Required to build static CGO binaries + # see monogon-dev/monogon#192 + "libstdc++-static" + # Kernel build "flex" "bison"