You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2019/05/10 19:50:58 UTC

[beam] branch master updated: [BEAM-7267] Add python3*-dev to verify script

This is an automated email from the ASF dual-hosted git repository.

goenka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d59768  [BEAM-7267] Add python3*-dev to verify script
     new f310234  Merge pull request #8551 from angoenka/fix_verify_scipt
8d59768 is described below

commit 8d597685a7b20f1bd2188aea85f4feb72a0a42c5
Author: Ankur Goenka <an...@gmail.com>
AuthorDate: Fri May 10 10:52:17 2019 -0700

    [BEAM-7267] Add python3*-dev to verify script
---
 release/src/main/scripts/verify_release_build.sh | 4 ++++
 website/src/contribute/release-guide.md          | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/release/src/main/scripts/verify_release_build.sh b/release/src/main/scripts/verify_release_build.sh
index d8164cf..42a47d1 100755
--- a/release/src/main/scripts/verify_release_build.sh
+++ b/release/src/main/scripts/verify_release_build.sh
@@ -80,6 +80,10 @@ if [[ -z `which cython` ]]; then
     sudo `which pip` install cython
     sudo apt-get install gcc
     sudo apt-get install python-dev
+    sudo apt-get install python3-dev
+    sudo apt-get install python3.5-dev
+    sudo apt-get install python3.6-dev
+    sudo apt-get install python3.7-dev
   fi
 else
   cython --version
diff --git a/website/src/contribute/release-guide.md b/website/src/contribute/release-guide.md
index 5de5eaf..0a7401c 100644
--- a/website/src/contribute/release-guide.md
+++ b/website/src/contribute/release-guide.md
@@ -360,6 +360,10 @@ There are 2 ways to perform this verification, either running automation script(
       sudo pip install cython
       sudo apt-get install gcc
       sudo apt-get install python-dev
+      sudo apt-get install python3-dev
+      sudo apt-get install python3.5-dev
+      sudo apt-get install python3.6-dev
+      sudo apt-get install python3.7-dev
       ```
   1. Make sure your ```time``` alias to ```/usr/bin/time```, if not: