Commit Graph

6210 Commits

Author SHA1 Message Date
Gianfranco Costamagna
a656221b33 Revert: Try gold linker on mips64el 2024-02-22 09:20:50 +01:00
Sylvestre Ledru
2a5c838b13 show DEB_BUILD_MAINT_OPTIONS too 2024-02-11 14:44:43 +01:00
Sylvestre Ledru
74834881c5 Add abi=+time64,+lfs only on 64bits system 2024-02-11 14:29:38 +01:00
Sylvestre Ledru
1bce57bd9d remove a useless tab 2024-02-09 12:38:41 +01:00
Sylvestre Ledru
ef3fcf56a1 s390x sccache: increase cache size to 20G 2024-02-09 12:38:36 +01:00
Gianfranco Costamagna
ae1fec8b42 Merge changelogs 2024-02-09 08:14:19 +01:00
Gianfranco Costamagna
d49a6f36a7 Try gold linker on mips64el 2024-02-08 19:11:26 +01:00
Gianfranco Costamagna
180dae8259 Update changelog 2024-02-08 16:38:55 +01:00
Gianfranco Costamagna
677b521d81 Also add lfs to fix 32bit build failures 2024-02-08 16:38:25 +01:00
Sylvestre Ledru
de773831ff update of the changelog 2024-02-08 09:14:36 +01:00
Sylvestre Ledru
1d07bd10e2 add new symbols in libomp5 2024-02-08 09:12:48 +01:00
Sylvestre Ledru
ce9199b0a7 fix the hour 2024-02-07 21:15:59 +01:00
Sylvestre Ledru
32fad6b16b new upstream release 2024-02-07 17:24:17 +01:00
Gianfranco Costamagna
d368a36668 Upload to sid 2024-02-07 16:06:29 +01:00
Gianfranco Costamagna
5c457ebd26 Fix tests by adding a .1 to clang and llvm versions 2024-02-07 16:06:08 +01:00
Gianfranco Costamagna
930c1c116e Fix another underlinking in qualify-clang.sh 2024-02-07 16:05:32 +01:00
Gianfranco Costamagna
091616a2c5 Prepare-new-release is now updated for llvm-19 2024-02-07 15:07:47 +01:00
Gianfranco Costamagna
a9eb2f4051 Fix time64 regex in the right place 2024-02-07 15:04:05 +01:00
Gianfranco Costamagna
e973cca72f Fix an underlinking on qualify-clang.sh 2024-02-07 15:03:54 +01:00
Gianfranco Costamagna
b6fd551868 Switch testing to 18 line 2024-02-07 15:02:30 +01:00
Gianfranco Costamagna
c00516863f Update changelog and comment the change in rules file 2024-02-05 08:29:58 +01:00
Gianfranco Costamagna
aa3c31fb57 Use ABI time64 to avoid a transition for a new package 2024-02-05 07:59:33 +01:00
Gianfranco Costamagna
0e510a0940 Fixup versioning for rc and go for sid instead 2024-01-31 10:38:20 +01:00
Sylvestre Ledru
a95ae64bef fix changelog 2024-01-30 20:47:26 +01:00
Sylvestre Ledru
c23a68046a hwasan_symbolize is now built also on i386 2024-01-30 20:46:57 +01:00
Sylvestre Ledru
cf9481e21a update of the changelog 2024-01-30 13:23:35 +01:00
Sylvestre Ledru
9f699cd80c First RC 2024-01-30 13:21:49 +01:00
Sylvestre Ledru
0b7d4d6ccf document why 18.1.0 2024-01-30 13:21:49 +01:00
Sylvestre Ledru
a6b84831af Merge branch '18' into '18'
control: Avoid hello build-dep getting pulled in on buildds

See merge request pkg-llvm-team/llvm-toolchain!132
2024-01-28 13:18:51 +00:00
Samuel Thibault
fc5416c767 control: Avoid hello build-dep getting pulled in on buildds
If we use

foo [amd64] | hello,
bar | hello

on non-amd64 archs this gets reduced to

hello,
bar | hello

And thus hello gets installed, and thus bar does not get installed. In
the llvm-toolchain package case, this leads to wasi-libc not getting
installed as expected in experimental builds, as can be seen in various
archs:

https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-snapshot&arch=hurd-i386&ver=1%3A19~%2B%2B20240125092523%2B41fe98a6e7e5-1~exp1&stamp=1706212747&raw=0
https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-snapshot&arch=ia64&ver=1%3A19~%2B%2B20240125092523%2B41fe98a6e7e5-1~exp1&stamp=1706212238&raw=0
https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-snapshot&arch=loong64&ver=1%3A19~%2B%2B20240125092523%2B41fe98a6e7e5-1~exp1&stamp=1706211390&raw=0
https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-snapshot&arch=x32&ver=1%3A19~%2B%2B20240125092523%2B41fe98a6e7e5-1~exp1&stamp=1706211402&raw=0

So we should rather be using:

foo [amd64] | hello [amd64],
bar | hello

i.e. keep the constraints coherent, so that on non-amd64 this gets
translated to

bar | hello

which will not unexpectedly install the hello package, and properly
install bar.
2024-01-28 14:00:59 +01:00
Sylvestre Ledru
6b5f8935a3 fix changelog 2024-01-26 09:46:26 +01:00
Sylvestre Ledru
89818eb946 prepare 18 upload 2024-01-24 22:14:23 +01:00
Sylvestre Ledru
417b996088 upgrade of the version 2024-01-24 16:40:18 +01:00
Sylvestre Ledru
d1e6fa6dc3 Branching of 18 2024-01-24 14:07:30 +01:00
Sylvestre Ledru
1f1f89223e refresh of the control 2024-01-24 14:06:47 +01:00
Sylvestre Ledru
b0202b9d7a remove old break/replace 2024-01-24 14:05:28 +01:00
Sylvestre Ledru
16c9e480ce remove old break/replace 2024-01-24 14:03:41 +01:00
Sylvestre Ledru
1e35ae451d fix merge 2024-01-24 14:01:13 +01:00
Sylvestre Ledru
f2597caf79 Merge remote-tracking branch 'origin/17' into 18 2024-01-24 14:00:36 +01:00
Sylvestre Ledru
a883ee8d45 try to enable sccache on 'my' s390x machines 2024-01-24 13:30:08 +01:00
Sylvestre Ledru
9827291d40 try to enable sccache on 'my' s390x machines 2024-01-24 11:51:17 +01:00
Sylvestre Ledru
49ab7c1cb2 Also pass -DLIBCXXABI_USE_LLVM_UNWINDER:BOOL=OFF to libcxx-wasm32-wasi builds 2024-01-19 14:58:47 +01:00
Sylvestre Ledru
de19e367c2 remove the unconditionnaly defined -DLIBUNWIND_USE_COMPILER_RT=ON 2024-01-19 09:34:37 +01:00
Sylvestre Ledru
028803b995 remove the unconditionnaly defined -DLIBUNWIND_USE_COMPILER_RT=ON 2024-01-19 09:34:07 +01:00
Sylvestre Ledru
a7fbe8483a rebase of the patch 2024-01-17 09:17:43 +01:00
Sylvestre Ledru
2a2d05e967 update of the changelog 2024-01-15 08:56:45 +01:00
Sylvestre Ledru
97c059388e uploaded 2024-01-15 08:56:07 +01:00
Sylvestre Ledru
28be2cd7e6 Merge branch '17' into '17'
Enable flang on loong64

See merge request pkg-llvm-team/llvm-toolchain!131
2024-01-15 07:52:32 +00:00
chenli
2cd430f493 Enable flang on loong64 2024-01-15 14:14:05 +08:00
Sylvestre Ledru
d5816efd66 For the usage of -DLIBCXXABI_USE_LLVM_UNWINDER=OFF when we don't build unwind https://github.com/llvm/llvm-project/issues/77846 2024-01-12 18:33:44 +01:00