This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new 4a8654b Pin pyopenssl version for 1804 docker (#615)
4a8654b is described below
commit 4a8654baf575a411e93b5bc46937e9f883818790
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Feb 7 22:41:47 2022 -0800
Pin pyopenssl version for 1804 docker (#615)
---
.drone.yml | 14 +++++++-------
.github/workflows/ci.yml | 8 ++++----
docker/build.ubuntu-1804.sgx-2.14.Dockerfile | 2 +-
docker/build.ubuntu-1804.sgx-dcap-1.11.Dockerfile | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/.drone.yml b/.drone.yml
index cd48cfe..e079330 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,7 +14,7 @@
# limitations under the License.
x-isgx-1804-image: &isgx-1804-image
- image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
kind: pipeline
name: sgx-debug-ubuntu-1804
@@ -81,7 +81,7 @@ node:
---
x-dcap-1804-image: &dcap-1804-image
- image: teaclave/teaclave-build-ubuntu-1804-sgx-dcap-1.11:0.1.3
+ image: teaclave/teaclave-build-ubuntu-1804-sgx-dcap-1.11:0.1.5
kind: pipeline
name: sgx-dcap-debug-ubuntu-1804
@@ -263,7 +263,7 @@ steps:
- sed -i 's/ias_root_ca_cert/dcap_root_ca_cert/' config/build.config.toml
- cd build && make VERBOSE=1 -j2
- name: tvm example
- image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
commands:
- . ~/.cargo/env
- cd examples/python/wasm_tvm_mnist_payload
@@ -412,7 +412,7 @@ node:
---
x-isgx-1804-image: &isgx-1804-image
- image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
kind: pipeline
name: sgx-release-ubuntu-1804
@@ -477,7 +477,7 @@ node:
---
x-isgx-1804-image: &isgx-1804-image
- image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
kind: pipeline
name: sim-debug-ubuntu-1804
@@ -528,7 +528,7 @@ node:
---
x-isgx-1804-image: &isgx-1804-image
- image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
kind: pipeline
name: sim-release-ubuntu-1804
@@ -572,7 +572,7 @@ node:
---
x-isgx-1804-image: &isgx-1804-image
- image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ image: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
kind: pipeline
name: lint
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 146a6f0..2ca637a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
cd sdk/swift/TeaclaveClientSDK && xcodebuild -scheme
TeaclaveClientSDK
sim-debug-ubuntu-1804:
runs-on: ubuntu-18.04
- container: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ container: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
steps:
- uses: actions/checkout@v2
- name: Setting up $HOME
@@ -83,7 +83,7 @@ jobs:
sim-debug-ubuntu-2004:
runs-on: ubuntu-20.04
- container: teaclave/teaclave-build-ubuntu-2004-sgx-2.15.1:0.1.2
+ container: teaclave/teaclave-build-ubuntu-2004-sgx-2.15.1:0.1.3
steps:
- uses: actions/checkout@v2
- name: Setting up $HOME
@@ -121,7 +121,7 @@ jobs:
format:
runs-on: ubuntu-18.04
- container: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ container: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
steps:
- uses: actions/checkout@v2
- name: Setting up $HOME
@@ -142,7 +142,7 @@ jobs:
cd build && make check
lint:
runs-on: ubuntu-18.04
- container: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.3
+ container: teaclave/teaclave-build-ubuntu-1804-sgx-2.14:0.1.5
steps:
- uses: actions/checkout@v2
- name: Setting up $HOME
diff --git a/docker/build.ubuntu-1804.sgx-2.14.Dockerfile
b/docker/build.ubuntu-1804.sgx-2.14.Dockerfile
index 434afa4..2bd36ee 100644
--- a/docker/build.ubuntu-1804.sgx-2.14.Dockerfile
+++ b/docker/build.ubuntu-1804.sgx-2.14.Dockerfile
@@ -101,7 +101,7 @@ RUN apt-get update && apt-get install -q -y \
libjpeg-dev \
zlib1g-dev
-RUN pip3 install pyopenssl toml cryptography yapf requests Pillow
+RUN pip3 install pyopenssl==21.0.0 toml cryptography yapf requests Pillow
# install TVM dependencies
RUN apt-get install -q -y \
diff --git a/docker/build.ubuntu-1804.sgx-dcap-1.11.Dockerfile
b/docker/build.ubuntu-1804.sgx-dcap-1.11.Dockerfile
index 377465b..59b0466 100644
--- a/docker/build.ubuntu-1804.sgx-dcap-1.11.Dockerfile
+++ b/docker/build.ubuntu-1804.sgx-dcap-1.11.Dockerfile
@@ -109,7 +109,7 @@ RUN apt-get update && apt-get install -q -y \
libjpeg-dev \
zlib1g-dev
-RUN pip3 install pyopenssl toml cryptography yapf requests Pillow
+RUN pip3 install pyopenssl==21.0.0 toml cryptography yapf requests Pillow
# install TVM dependencies
RUN apt-get install -q -y \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]