Skip to content

Commit

Permalink
Update Intel SDE and enable RTM full emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed May 9, 2019
1 parent b89af55 commit 35e76e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
bzip2

RUN wget https://github.com/gnzlbg/intel_sde/raw/master/sde-external-8.16.0-2018-01-30-lin.tar.bz2
RUN tar -xjf sde-external-8.16.0-2018-01-30-lin.tar.bz2
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-8.16.0-2018-01-30-lin/sde64 --"
RUN tar -xjf sde-external-8.35.0-2019-03-11-lin.tar.bz2
ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="/sde-external-8.35.0-2019-03-11-lin/sde64 -rtm_mode full --"

0 comments on commit 35e76e6

Please sign in to comment.