Commit Graph

5042 Commits

Author SHA1 Message Date
Michael Biebl
9e97bbf4d9 Update changelog 2022-06-06 01:19:32 +02:00
Michael Biebl
f60d81e883 Add support for systemd-binfmt
Closes: #1012367
2022-06-05 20:50:24 +02:00
Sylvestre Ledru
1d14c7e51e rebase of the patches 2022-06-04 21:03:23 +02:00
Gianfranco Costamagna
908b2ac265 Upload to sid 2022-06-04 15:31:22 +02:00
Gianfranco Costamagna
352843f570 Enable grpc on riscv64 2022-06-04 15:30:29 +02:00
Sylvestre Ledru
14c16b2035 remove patch applied upstream 2022-06-03 14:15:35 +02:00
Sylvestre Ledru
ac0c7b3679 Merge remote-tracking branch 'origin/14' into snapshot 2022-06-03 13:11:52 +02:00
Sylvestre Ledru
b6ea556012 Fix copy/paste 2022-06-03 13:11:41 +02:00
Sylvestre Ledru
82ad541033 Merge remote-tracking branch 'origin/14' into snapshot 2022-06-03 11:54:49 +02:00
Sylvestre Ledru
21c2fc909d prepare release 2022-06-03 11:54:37 +02:00
Sylvestre Ledru
df4595c5a8 rebase of the patches 2022-06-03 11:25:36 +02:00
Sylvestre Ledru
922aee77b8 Only install grpc files libclang-X.Y-dev when grpc built 2022-06-03 10:54:53 +02:00
Sylvestre Ledru
0c1965e2b4 remove patch applied upstream 2022-06-02 23:03:49 +02:00
Sylvestre Ledru
a242ad3ae5 rebase of the patches 2022-06-02 14:02:27 +02:00
John Paul Adrian Glaubitz
e69ad9421a Disable compiler-rt built-ins on x32 2022-06-01 07:37:38 +02:00
John Paul Adrian Glaubitz
a142ae4302 Disable compiler-rt built-ins on x32 2022-06-01 07:35:53 +02:00
John Paul Adrian Glaubitz
bfbd8f81ed Disable compiler-rt built-ins on x32 2022-06-01 07:33:45 +02:00
Gianfranco Costamagna
f95182229b Merge remote-tracking branch 'origin/snapshot' into snapshot 2022-05-31 14:01:16 +02:00
Gianfranco Costamagna
4f6947b5a7 Merge remote-tracking branch 'origin/14' into 14 2022-05-31 14:01:09 +02:00
Gianfranco Costamagna
14182e575e Merge branch '14' into snapshot 2022-05-31 12:47:50 +02:00
Gianfranco Costamagna
071e52fec4 Enable grpc on riscv64 too 2022-05-31 12:46:36 +02:00
Gianfranco Costamagna
449667ad07 Merge branch '14' into snapshot 2022-05-31 12:44:23 +02:00
Gianfranco Costamagna
51502916c4 Fix GRPC installation due to renamed binaries 2022-05-31 12:38:47 +02:00
Sylvestre Ledru
c1be403d15 fix changelog 2022-05-31 08:37:18 +02:00
Sylvestre Ledru
a375237f3e Revert "Add patch for Ubuntu kinetic"
already upstream

This reverts commit 68ef3745a7.
2022-05-31 08:34:12 +02:00
Gianfranco Costamagna
c380af2fe1 Add architectures for grpc support 2022-05-30 22:23:51 +02:00
Gianfranco Costamagna
68ef3745a7 Add patch for Ubuntu kinetic 2022-05-30 22:23:21 +02:00
Gianfranco Costamagna
550cf10894 Update changelog 2022-05-30 22:19:11 +02:00
Gianfranco Costamagna
4afa87abac rules: take some patches from Ubuntu to save extra space during build 2022-05-30 22:18:15 +02:00
Gianfranco Costamagna
eee8322010 Add support for Ubuntu kinetic 2022-05-30 22:18:03 +02:00
Gianfranco Costamagna
b8e0a22e40 Fix GRPC installation for ports architectures 2022-05-30 22:17:37 +02:00
Gianfranco Costamagna
14cf2917bf Add breaks/replaces for grpc binaries being placed in another package in Ubuntu 2022-05-30 22:17:02 +02:00
Gianfranco Costamagna
38ee75d254 Update changelog 2022-05-30 21:53:38 +02:00
Gianfranco Costamagna
955bdbadde Update changelog 2022-05-30 21:51:30 +02:00
Gianfranco Costamagna
8a5a7e24c8 Add patches to fix objcopy on arm64 2022-05-30 21:51:18 +02:00
Gianfranco Costamagna
b6ca1c63fe Fix cosmetic typo in rules file 2022-05-30 21:50:57 +02:00
Gianfranco Costamagna
2c91d993b2 Add patch to fix insn support on riscv 2022-05-30 21:50:31 +02:00
Gianfranco Costamagna
ac224cb321 Break/Replaces for llvm-13-dev, because grpc files were installed wrongly in this package 2022-05-30 21:47:35 +02:00
Gianfranco Costamagna
99f8cfdd6c Fix libclang grpc installation on ports 2022-05-30 21:47:15 +02:00
Sylvestre Ledru
70fac53a86 rebase of the patches 2022-05-30 09:30:57 +02:00
Sylvestre Ledru
1341e59355 remove debug 2022-05-30 09:11:02 +02:00
Sylvestre Ledru
001e029990 fix changelog 2022-05-30 09:10:10 +02:00
Sylvestre Ledru
3122d7295e rebase of the patches 2022-05-25 11:29:33 +02:00
Sylvestre Ledru
1cc6c3ec59 fix the replace of tblgen-lsp-server 2022-05-23 14:00:34 +02:00
Sylvestre Ledru
8f3087bc4b also disable _IMPORT_CHECK_FILES_FOR_MLIRSupportIndentedOstream 2022-05-23 10:21:46 +02:00
Sylvestre Ledru
7b5fc8e242 On Debian Buster, unwind fails to link because pthread & dl aren't found. Force the declaration as it is probably the case for every Debian & Ubuntu anyway. See unwind-force-pthread-dl.diff & https://github.com/llvm/llvm-project/issues/55629 2022-05-22 14:10:00 +02:00
Sylvestre Ledru
57ac7bc8f6 fix changelog 2022-05-22 10:28:32 +02:00
Sylvestre Ledru
9493abf9d1 only for [amd64 ppc64el arm64] 2022-05-22 10:27:57 +02:00
Sylvestre Ledru
20434a8d21 isable tblgen-lsp-server in cmake second try 2022-05-21 09:05:21 +02:00
Sylvestre Ledru
fde284e2e4 disable tblgen-lsp-server in cmake 2022-05-19 21:34:16 +02:00