mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-16 23:12:23 +00:00
Compile with gcc-15 on all architectures
This commit is contained in:
parent
f8ac836495
commit
fdba037443
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -13,6 +13,7 @@ linux (6.16.3-2) UNRELEASED; urgency=medium
|
|||
* NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set
|
||||
* NFSv4: Clear NFS_CAP_OPEN_XOR and NFS_CAP_DELEGTIME if not supported
|
||||
* NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the server
|
||||
* Compile with gcc-15 on all architectures
|
||||
|
||||
[ Santiago Ruano Rincón ]
|
||||
* d/salsa-ci.yml: Merge the extract-source job into the build's job script
|
||||
|
|
|
|||
2
debian/config/defines.toml
vendored
2
debian/config/defines.toml
vendored
|
|
@ -129,7 +129,7 @@ rt = 'This kernel is configured with PREEMPT_RT real time support.'
|
|||
rt = 'PREEMPT_RT'
|
||||
|
||||
[build]
|
||||
compiler = 'gcc-14'
|
||||
compiler = 'gcc-15'
|
||||
|
||||
[relations.image]
|
||||
depends = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue