[Revert me] Disable AECS toolchain build for time being
This commit is contained in:
		
							parent
							
								
									54eb41d256
								
							
						
					
					
						commit
						5f196238ca
					
				@ -188,9 +188,9 @@ COPY --from=alpine /etc/ssl/certs/java/cacerts $JDK8_PATH/jre/lib/security/cacer
 | 
				
			|||||||
WORKDIR /root/occlum/tools/toolchains
 | 
					WORKDIR /root/occlum/tools/toolchains
 | 
				
			||||||
RUN cd dcap_lib && ./build.sh && cd .. && rm -rf dcap_lib
 | 
					RUN cd dcap_lib && ./build.sh && cd .. && rm -rf dcap_lib
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install AECS Client library
 | 
					# # Install AECS Client library
 | 
				
			||||||
WORKDIR /root/occlum/tools/toolchains
 | 
					# WORKDIR /root/occlum/tools/toolchains
 | 
				
			||||||
RUN cd aecs_client && ./build.sh && cd .. && rm -rf aecs_client
 | 
					# RUN cd aecs_client && ./build.sh && cd .. && rm -rf aecs_client
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install GRPC RATLS
 | 
					# Install GRPC RATLS
 | 
				
			||||||
WORKDIR /root/occlum/tools/toolchains
 | 
					WORKDIR /root/occlum/tools/toolchains
 | 
				
			||||||
@ -200,8 +200,8 @@ RUN cd grpc_ratls && ./build.sh && cd .. && rm -rf grpc_ratls && rm -rf /tmp/grp
 | 
				
			|||||||
WORKDIR /root
 | 
					WORKDIR /root
 | 
				
			||||||
RUN cd occlum && \
 | 
					RUN cd occlum && \
 | 
				
			||||||
    source /opt/intel/sgxsdk/environment && \
 | 
					    source /opt/intel/sgxsdk/environment && \
 | 
				
			||||||
    make submodule && \
 | 
					    OCCLUM_NO_INIT_RA_AECS=1 make submodule && \
 | 
				
			||||||
    OCCLUM_RELEASE_BUILD=1 make install && \
 | 
					    OCCLUM_RELEASE_BUILD=1 OCCLUM_NO_INIT_RA_AECS=1 make install && \
 | 
				
			||||||
    cp -r demos /root/demos && \
 | 
					    cp -r demos /root/demos && \
 | 
				
			||||||
    rm -rf /root/occlum
 | 
					    rm -rf /root/occlum
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user