Home
last modified time | relevance | path

Searched refs:apt (Results 1 – 16 of 16) sorted by relevance

/xen/automation/build/debian/
A Dunstable.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-transport-https \
50 apt-get autoremove -y && \
51 apt-get clean && \
54 RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
55 COPY unstable-llvm-8.list /etc/apt/sources.list.d/
57 RUN apt-get update && \
58 apt-get --quiet --yes install \
62 apt-get autoremove -y && \
[all …]
A Dstretch.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-transport-https \
49 apt-get autoremove -y && \
50 apt-get clean && \
53 RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
54 COPY stretch-llvm-8.list /etc/apt/sources.list.d/
56 RUN apt-get update && \
57 apt-get --quiet --yes install \
61 apt-get autoremove -y && \
[all …]
A Dunstable-i386.dockerfile14 RUN apt-get update && \
15 apt-get --quiet --yes install \
48 apt-transport-https \
50 apt-get autoremove -y && \
51 apt-get clean && \
52 rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*
A Dstretch-i386.dockerfile14 RUN apt-get update && \
15 apt-get --quiet --yes install \
48 apt-transport-https \
50 apt-get autoremove -y && \
51 apt-get clean && \
52 rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*
A Djessie-i386.dockerfile14 RUN apt-get update && \
15 apt-get --quiet --yes install \
48 apt-get autoremove -y && \
49 apt-get clean && \
50 rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*
A Djessie.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
46 apt-get autoremove -y && \
47 apt-get clean && \
48 rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*
A Dunstable-arm64v8.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-get autoremove -y && \
48 apt-get clean && \
49 rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*
A Dunstable-llvm-8.list2 deb http://apt.llvm.org/unstable/ llvm-toolchain-8 main
3 deb-src http://apt.llvm.org/unstable/ llvm-toolchain-8 main
A Dstretch-llvm-8.list2 deb http://apt.llvm.org/stretch/ llvm-toolchain-stretch-8 main
3 deb-src http://apt.llvm.org/stretch/ llvm-toolchain-stretch-8 main
/xen/automation/build/ubuntu/
A Dbionic.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-get autoremove -y && \
48 apt-get clean && \
49 rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*
A Dtrusty.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-get autoremove -y && \
48 apt-get clean && \
49 rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*
A Dxenial.dockerfile12 RUN apt-get update && \
13 apt-get --quiet --yes install \
47 apt-get autoremove -y && \
48 apt-get clean && \
49 rm -rf /var/lib/apt/lists* /tmp/* /var/tmp/*
/xen/automation/scripts/
A Dqemu-smoke-x86-64.sh10 apt-get -qy update
11 apt-get -qy install qemu-system-x86
/xen/
A D.travis.yml40 apt:
/xen/xen/include/asm-arm/
A Dlpae.h63 unsigned long apt:2; /* Access Permissions */ member
/xen/xen/arch/arm/
A Dguest_walk.c557 ro_table |= pte.pt.apt & BIT(1, UL);/* Read-Only */ in guest_walk_ld()

Completed in 18 milliseconds