cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

fedora-cris-cross.docker (191B)


      1#
      2# Cross compiler for cris system tests
      3#
      4
      5FROM registry.fedoraproject.org/fedora:33
      6ENV PACKAGES gcc-cris-linux-gnu
      7RUN dnf install -y $PACKAGES
      8RUN rpm -q $PACKAGES | sort > /packages.txt