Skip to content

Commit

Permalink
8294956: GHA: qemu-debootstrap is deprecated, use the regular one
Browse files Browse the repository at this point in the history
Backport-of: c5f462e83b85ec53ec395622063a5b131aaf0827
  • Loading branch information
shipilev committed Aug 31, 2023
1 parent f5eb11f commit 373be43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: 'Create sysroot'
run: >
sudo qemu-debootstrap
sudo debootstrap
--arch=${{ matrix.debian-arch }}
--verbose
--include=fakeroot,symlinks,build-essential,libx11-dev,libxext-dev,libxrender-dev,libxrandr-dev,libxtst-dev,libxt-dev,libcups2-dev,libfontconfig1-dev,libasound2-dev,libfreetype6-dev,libpng-dev
Expand Down

1 comment on commit 373be43

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.