Make module cache writeable

This commit is contained in:
2025-09-07 14:21:11 +03:00
parent e6c3c19767
commit f3fda69750
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@ FILENAME="${DOWNLOAD##*/}"
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
cd "$BPM_SOURCE"
GOFLAGS="-modcacherw" go mod download
}
# The build function is executed in the source directory