diff options
author | Kali Kaneko <kali@leap.se> | 2018-03-05 14:01:39 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-03-05 14:01:39 +0100 |
commit | 4f20bc9ca0e6e1132d2691483058337228f0173c (patch) | |
tree | af54dc7d2ad7a7f70f4e1ef02e7f31e02aca5dc3 /Makefile | |
parent | 081a8c9cb491ebc5c32eb686c66a52e041e227bf (diff) |
[pkg] add target for building riseupvpn in osx venv
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |