Skip to content

Commit 38687f1

Browse files
committed
8314262: GHA: Cut down cross-compilation sysroots deeper
Reviewed-by: erikj
1 parent a602624 commit 38687f1

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
@@ -153,7 +153,8 @@ jobs:
153153
sudo chown ${USER} -R sysroot
154154
rm -rf sysroot/{dev,proc,run,sys,var}
155155
rm -rf sysroot/usr/{sbin,bin,share}
156-
rm -rf sysroot/usr/lib/{apt,udev,systemd}
156+
rm -rf sysroot/usr/lib/{apt,gcc,udev,systemd}
157+
rm -rf sysroot/usr/libexec/gcc
157158
if: steps.get-cached-sysroot.outputs.cache-hit != 'true'
158159

159160
- name: 'Configure'

0 commit comments

Comments
 (0)