Skip to content

Commit a6bbaae

Browse files
committed
8314262: GHA: Cut down cross-compilation sysroots deeper
Backport-of: 38687f1a3eb7d1c2e8aa43b85509ab7999fe0e40
1 parent 4087dbb commit a6bbaae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-cross-compile.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ jobs:
151151
sudo chown ${USER} -R sysroot
152152
rm -rf sysroot/{dev,proc,run,sys,var}
153153
rm -rf sysroot/usr/{sbin,bin,share}
154-
rm -rf sysroot/usr/lib/{apt,udev,systemd}
154+
rm -rf sysroot/usr/lib/{apt,gcc,udev,systemd}
155+
rm -rf sysroot/usr/libexec/gcc
155156
if: steps.get-cached-sysroot.outputs.cache-hit != 'true'
156157

157158
- name: 'Configure'

0 commit comments

Comments
 (0)