forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Linux] Properly detect Debian bookworm/sid (dotnet#6221)
The current Debian unstable distribution (codenamed "bookworm") no longer contains any release version information in the `/etc/os-release` file (the `VERSION` and `VERSION_ID` and `VERSION_CODENAME` fields were removed) causing `xaprepare` to fail when running on this version of Debian. Fix the Debian/unstable version detection by looking for known release codenames and faking the version number.
- Loading branch information
Showing
3 changed files
with
54 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters