From 4f20bc9ca0e6e1132d2691483058337228f0173c Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 5 Mar 2018 14:01:39 +0100 Subject: [pkg] add target for building riseupvpn in osx venv --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1132732f..f6895358 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,9 @@ bundle_riseupvpn: # to chown it first. cat pkg/bundle_riseupvpn_from_docker | docker run -i -v /srv/bitmask-builds:/dist -w /dist -e REPO="$(REPO)" -e BRANCH="$(BRANCH)" bitmask-bundler-apt bash +bundle_riseupvpn_osx_in_virtualenv: + pkg/build_osx_bundle_riseupvpn_with_venv.sh + bundle_in_docker_virtualenv: # this runs bundles inside a virtualenv. it is kind of slow because it compiles all python extensions in dependencies each time. cat pkg/bundle_from_docker_venv | docker run -i -v ~/leap/bitmask-dev:/dist -w /dist -u `id -u` -e REPO="$(REPO)" -e BRANCH="$(BRANCH)" bitmask-bundler-venv bash -- cgit v1.2.3