diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-03-31 21:05:25 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-03-31 21:05:25 -0400 |
commit | f8c62635a698fb2ff487765eba6a73485ea0b230 (patch) | |
tree | 5716eefd4b18968a35a36aa0805219944d5e63f5 /debian/copyright | |
parent | cd9fc91c8c4c5190c5c9b220706be7f69ce75e39 (diff) | |
download | abseil-f8c62635a698fb2ff487765eba6a73485ea0b230.tar.gz abseil-f8c62635a698fb2ff487765eba6a73485ea0b230.tar.bz2 abseil-f8c62635a698fb2ff487765eba6a73485ea0b230.zip |
Apply an upstream patch to prevent SIGILLs on RISC-V
Upstream has accepted Aurelien Jarno’s patch removing RISC-V support
from unscaledcycleclock. Include it here, fixing
https://bugs.debian.org/1059532.
Also reenable parallel test runs on RISC-V, per
https://bugs.debian.org/1059532#16.
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright index 19a3388c..50743e9c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,6 +15,10 @@ Files: debian/* Copyright: 2020-2022 Google LLC License: Apache-2.0 +Files: debian/patches/riscv-nan-formatting.diff +Copyright: 2024 aurel32 <aurelien@aurel32.net> +License: Apache-2.0 + License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the |