This is an automated email from the ASF dual-hosted git repository.
nicknezis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new 90d8a61 Fix documentation CI build process (#3620)
90d8a61 is described below
commit 90d8a61386faa9be408a36ca8d969764c6d438bf
Author: bed debug <[email protected]>
AuthorDate: Thu Oct 15 23:59:35 2020 -0700
Fix documentation CI build process (#3620)
Co-authored-by: Huijun Wu <[email protected]>
---
scripts/packages/BUILD | 1 +
website2/website/package-lock.json | 6 +++---
website2/website/package.json | 2 +-
website2/website/scripts/Dockerfile.ubuntu18.04 | 1 +
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD
index 3270001..db1198b 100644
--- a/scripts/packages/BUILD
+++ b/scripts/packages/BUILD
@@ -647,6 +647,7 @@ genrule(
"rm setup.py.template",
"tree $$HERONPY_DIR",
"/usr/bin/env python3 setup.py sdist",
+ "pip3 install wheel",
"/usr/bin/env python3 setup.py bdist_wheel",
"cd -",
"ls -l $$HERONPY_DIR/dist",
diff --git a/website2/website/package-lock.json
b/website2/website/package-lock.json
index 04eb4e2..3be19c4 100644
--- a/website2/website/package-lock.json
+++ b/website2/website/package-lock.json
@@ -10820,9 +10820,9 @@
}
},
"yarn": {
- "version": "1.22.4",
- "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.4.tgz",
- "integrity":
"sha512-oYM7hi/lIWm9bCoDMEWgffW8aiNZXCWeZ1/tGy0DWrN6vmzjCXIKu2Y21o8DYVBUtiktwKcNoxyGl/2iKLUNGA=="
+ "version": "1.22.10",
+ "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.10.tgz",
+ "integrity":
"sha512-IanQGI9RRPAN87VGTF7zs2uxkSyQSrSPsju0COgbsKQOOXr5LtcVPeyXWgwVa0ywG3d8dg6kSYKGBuYK021qeA=="
},
"yauzl": {
"version": "2.10.0",
diff --git a/website2/website/package.json b/website2/website/package.json
index bbb15d9..12b2e1c 100644
--- a/website2/website/package.json
+++ b/website2/website/package.json
@@ -15,6 +15,6 @@
"replace-in-file": "^3.4.0"
},
"dependencies": {
- "yarn": "^1.22.4"
+ "yarn": "^1.22.10"
}
}
diff --git a/website2/website/scripts/Dockerfile.ubuntu18.04
b/website2/website/scripts/Dockerfile.ubuntu18.04
index 7d23b4b..8d02c38 100644
--- a/website2/website/scripts/Dockerfile.ubuntu18.04
+++ b/website2/website/scripts/Dockerfile.ubuntu18.04
@@ -40,6 +40,7 @@ RUN apt-get update && apt-get -y install \
python3-pip \
python3-setuptools \
python3-wheel \
+ python3-venv \
sudo \
tree \
unzip \