File tree 1 file changed +4
-6
lines changed
src/ci/docker/host-x86_64/dist-various-2
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -32,24 +32,22 @@ cd solaris
32
32
33
33
dpkg --add-architecture $APT_ARCH
34
34
apt-get update
35
- apt-get download $( apt-cache depends --recurse --no-replaces \
35
+ apt-get install -y --download-only \
36
36
libc:$APT_ARCH \
37
- liblgrp-dev:$APT_ARCH \
38
37
liblgrp:$APT_ARCH \
39
38
libm-dev:$APT_ARCH \
40
39
libpthread:$APT_ARCH \
41
40
libresolv:$APT_ARCH \
42
41
librt:$APT_ARCH \
43
- libsendfile-dev:$APT_ARCH \
44
42
libsendfile:$APT_ARCH \
45
43
libsocket:$APT_ARCH \
46
44
system-crt:$APT_ARCH \
47
- system-header:$APT_ARCH \
48
- | grep " ^\w" )
45
+ system-header:$APT_ARCH
49
46
50
- for deb in * $APT_ARCH .deb; do
47
+ for deb in /var/cache/apt/archives/ * $APT_ARCH .deb; do
51
48
dpkg -x $deb .
52
49
done
50
+ apt-get clean
53
51
54
52
# The -dev packages are not available from the apt repository we're using.
55
53
# However, those packages are just symlinks from *.so to *.so.<version>.
You can’t perform that action at this time.
0 commit comments