Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
build: Move `ulimit` flag to correct location
cloudhead committed 2 years ago
commit 6dd29d4b500ecd3fed27f1f29b40e7836ff061aa
parent 5727359319f2b8ba6311f066391b7ab0004e5558
1 file changed +1 -2
modified build/build
@@ -46,11 +46,10 @@ main() {
    --env GIT_COMMIT_TIME=$SOURCE_DATE_EPOCH \
    --env GIT_HEAD=$rev \
    --env RADICLE_VERSION=$version \
-
    --ulimit=nofile=131072:1048576 \
    --arch amd64 --tag $image -f ./build/Dockerfile - < $gitarchive

  echo "Creating container (radicle-build-container).."
-
  podman --cgroup-manager=cgroupfs create --replace --name radicle-build-container $image
+
  podman --cgroup-manager=cgroupfs create --ulimit=host --replace --name radicle-build-container $image

  # Copy build artifacts to output folder.
  outdir=build/artifacts