We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa4dc6 commit 050f6c3Copy full SHA for 050f6c3
index.html
@@ -20,7 +20,7 @@
20
1.7K May 8 2024 convert_translation.sh
21
3.0K May 8 2024 create_acl_for_luci.sh
22
3.7K May 8 2024 create_ucitrack_for_luci.sh
23
- 12K Aug 29 16:35 init_build_environment.sh
+ 12K Aug 29 16:37 init_build_environment.sh
24
18K Jun 1 2023 LICENSE
25
4.0K Feb 6 2025 maintainer-tools
26
4.7K Feb 6 2025 maketag.sh
init_build_environment.sh
@@ -71,8 +71,8 @@ function check_system() {
71
VERSION_PACKAGE="lib32gcc-s1"
72
;;
73
"noble")
74
- GCC_VERSION="12"
75
- LLVM_VERSION="18"
+ GCC_VERSION="13"
+ LLVM_VERSION="20"
76
UBUNTU_CODENAME="$VERSION_CODENAME"
77
78
0 commit comments