mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
images: don't build unused images
Runtime and gpu tests are running on x86_64 only. PiperOrigin-RevId: 613771002
This commit is contained in:
@@ -17,4 +17,4 @@ RUN tar -zxf php-${VERSION}.tar.gz
|
||||
|
||||
WORKDIR /root/php-${VERSION}
|
||||
RUN ./configure
|
||||
RUN make
|
||||
RUN make -j $(nproc)
|
||||
+1
-1
@@ -18,4 +18,4 @@ RUN tar -zxf cpython-${VERSION}.tar.gz
|
||||
|
||||
WORKDIR /root/cpython-${VERSION}
|
||||
RUN ./configure --with-pydebug
|
||||
RUN make -s -j2
|
||||
RUN make -s -j $(nproc)
|
||||
Reference in New Issue
Block a user