util/docker/jenkins-node: Use the correct branch for encapsulate
Change-Id: Ia137fd991c242ef52e354b2ef04d7cf50dcfdf23 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89326 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
6af7d299b2
commit
865649edc0
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ RUN mkdir /cb-build && \
|
||||||
echo "tmpfs /home/coreboot/.ccache tmpfs rw,mode=1777 0 0" >> /etc/fstab
|
echo "tmpfs /home/coreboot/.ccache tmpfs rw,mode=1777 0 0" >> /etc/fstab
|
||||||
|
|
||||||
# Build encapsulate tool
|
# Build encapsulate tool
|
||||||
ADD https://raw.githubusercontent.com/coreboot/encapsulate/master/encapsulate.c /tmp/encapsulate.c
|
ADD https://raw.githubusercontent.com/coreboot/encapsulate/main/encapsulate.c /tmp/encapsulate.c
|
||||||
RUN gcc -o /usr/sbin/encapsulate /tmp/encapsulate.c && \
|
RUN gcc -o /usr/sbin/encapsulate /tmp/encapsulate.c && \
|
||||||
chown root /usr/sbin/encapsulate && \
|
chown root /usr/sbin/encapsulate && \
|
||||||
chmod +s /usr/sbin/encapsulate
|
chmod +s /usr/sbin/encapsulate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue