This is an automated email from the ASF dual-hosted git repository.
dingyu pushed a commit to branch v1.1.1-testing
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
The following commit(s) were added to refs/heads/v1.1.1-testing by this push:
new 92e7b1c Fix 16.04 dbgsym missing
92e7b1c is described below
commit 92e7b1c196a6e6025d890ebce5e63a3e1a8e98b5
Author: Yu Ding <[email protected]>
AuthorDate: Fri Mar 20 15:07:34 2020 -0700
Fix 16.04 dbgsym missing
---
dockerfile/Dockerfile.1604.nightly | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/dockerfile/Dockerfile.1604.nightly
b/dockerfile/Dockerfile.1604.nightly
index bb0604f..ec50888 100644
--- a/dockerfile/Dockerfile.1604.nightly
+++ b/dockerfile/Dockerfile.1604.nightly
@@ -236,8 +236,9 @@ RUN set -ex; \
RUN cd /root && \
apt-get update && apt-get install -y bison texinfo flex && \
- git clone git://sourceware.org/git/binutils-gdb.git --branch
binutils-2_34-branch && \
+ git clone git://sourceware.org/git/binutils-gdb.git && \
cd binutils-gdb && \
+ git checkout fe26d3a34a223a86fddb59ed70a621a13940a088 && \
mkdir build && \
cd build && \
../configure --prefix=/usr --enable-gold --enable-ld=default
--enable-plugins --enable-shared --disable-werror --enable-64-bit-bfd
--with-system-zlib && \
@@ -265,7 +266,7 @@ RUN apt-get update && apt-get install -y cmake ocaml && \
# Sixth, PSW
-ENV VERSION 2.9.100.2-bionic1
+ENV VERSION 2.9.100.2-xenial1
RUN apt-get update && apt-get install -y dkms gnupg2 apt-transport-https
software-properties-common && \
curl -fsSL
https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key
add - && \
@@ -274,23 +275,16 @@ RUN apt-get update && apt-get install -y dkms gnupg2
apt-transport-https softwar
apt-get install -y \
libsgx-aesm-launch-plugin=$VERSION \
libsgx-enclave-common=$VERSION \
- libsgx-enclave-common-dbgsym=$VERSION \
libsgx-enclave-common-dev=$VERSION \
libsgx-epid=$VERSION \
- libsgx-epid-dbgsym=$VERSION \
libsgx-epid-dev=$VERSION \
libsgx-launch=$VERSION \
- libsgx-launch-dbgsym=$VERSION \
libsgx-launch-dev=$VERSION \
libsgx-quote-ex=$VERSION \
- libsgx-quote-ex-dbgsym=$VERSION \
libsgx-quote-ex-dev=$VERSION \
libsgx-uae-service=$VERSION \
- libsgx-uae-service-dbgsym=$VERSION \
- libsgx-urts=$VERSION \
- libsgx-urts-dbgsym=$VERSION && \
+ libsgx-urts=$VERSION && \
mkdir /var/run/aesmd && \
- mkdir /etc/init && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]