fa46ae8c7c
enable store motion pass run after global common subexpression elimination
...
docs:
When -fgcse-sm is enabled, a store motion pass is run after global common subexpression elimination. This pass attempts to move stores out of loops. When used in conjunction with -fgcse-lm, loops containing a load/store sequence can be changed to a load before the loop and a store after the loop.
2022-05-18 14:34:11 +02:00
ca85586118
add dbpkg to proto on queue gen
2022-05-18 14:03:13 +02:00
567f8d903f
fix typo
2022-05-11 21:05:43 +02:00
4153e53466
add -mpclmul and -devirtualize-at-ltrans
...
fixing #92 partly
2022-05-11 17:10:53 +02:00
ed2a42318e
more follow-up fixes for new build-queue
2022-03-07 17:20:24 +01:00
65f3247d20
added success logging
2022-02-19 19:44:04 +01:00
270889bf5c
followup fixes for new weighted build-queue
2022-02-19 19:39:48 +01:00
ba159e0a72
switched to weighted build-queue
2022-02-19 18:03:55 +01:00
e4daa72230
improved logging
2022-02-16 09:11:30 +01:00
47f0fb6c66
refactor utils.go, error handling
2022-02-16 08:11:34 +01:00
31cf59e6e9
fixed some problems reported by golint and ineffassign
2022-02-14 13:14:21 +01:00
5841d1c201
fixed small perm problem
2022-02-14 02:08:59 +01:00
c7ba7340a5
added debuginfod support
2022-02-13 22:33:57 +01:00
e9951f5d3b
fixed module path, again
2022-02-11 21:33:44 +01:00
b92b68f332
fixed package name
2022-02-10 19:18:23 +01:00
89d55a6bfd
fixed base not being compared if no srcinfo is available
2022-02-10 16:42:06 +01:00
b8967e6080
fixed accessing srcinfo without it being initialized
2022-02-10 16:31:24 +01:00
ea8fe72158
compare packagebase to sort out packages that were merged/split from splitpackages
2022-02-10 16:29:37 +01:00
7c993e1bc1
added error to log
2022-02-10 14:34:05 +01:00
3a6dc45089
improved error handling for errors fetching packages from db in HK
2022-02-10 14:31:45 +01:00
b7a49ec6c1
removed unneeded var
2022-02-07 18:38:49 +01:00
211981512b
improved logging for missing split-packages
2022-02-07 17:49:49 +01:00
b484f7d4d7
added split-package check to housekeeping
2022-02-07 17:46:16 +01:00
02928a4d0d
fixed packages being removed while db was down; better error handling
2022-02-07 15:55:33 +01:00
9d79bf0613
skip package if not found in db
2022-01-30 00:49:09 +01:00
761cc47c3a
error if svn2git version is not initialized
2022-01-21 12:33:45 +01:00
bc23d2782a
removed duplicate log
2022-01-21 02:14:02 +01:00
7265635609
only log if packages were requeued
2022-01-21 02:10:43 +01:00
e1df856398
don't requeue package if it has already disabled LTO
2022-01-21 01:53:50 +01:00
31af024b6a
handle ld-error different to set LTO
2022-01-21 01:47:16 +01:00
da6df92ed1
move log housekeeping to separate function
2022-01-21 01:41:17 +01:00
b734d9bcb4
ignore errors during delete
2022-01-21 01:34:23 +01:00
aac66e2ae9
check logfiles for common build problems and queue rebuild if detected
2022-01-21 01:25:36 +01:00
fafa03524e
stop adding an empty slice if no packages are to be added
2022-01-18 15:13:10 +01:00
907add4e07
verify pgp signature for a specific package only once
2022-01-18 13:41:12 +01:00
2dfdac8468
compare arch to detect packages switched from/to any/x86-64
2022-01-17 13:34:06 +01:00
80fa39125d
adjusted error level
2022-01-10 10:03:30 +01:00
626dcc7f5a
fixed moving failing because rouge package
2022-01-10 10:03:03 +01:00
f3fb29977b
added test for increasePkgRel
2022-01-08 15:13:52 +01:00
5432ea326d
changed LTO logic to match per-default enabled LTO in upstream Archlinux
2021-12-21 22:33:42 +01:00
ade6395c11
compare repo and db version directly
2021-12-21 03:39:10 +01:00
750995c630
fixed version from package file
2021-12-21 03:28:50 +01:00
fbf1dec948
added logging, removed paccache for now
2021-12-21 03:21:20 +01:00
97aaad1785
skip moving if folder does not exist
2021-12-20 22:59:53 +01:00
1ccb9be510
fixed some minor problems with new package moving
2021-12-20 18:40:20 +01:00
e0e76af757
moved repo-add to end of build/sync-cycle
2021-12-20 17:20:06 +01:00
f009e9ff00
use lists for repo-actions
2021-12-20 16:04:13 +01:00
70d901b113
combined error cases and added more
2021-12-20 00:44:32 +01:00
fdde0386ec
added workaround fpr firefox build using teh same port
2021-12-19 17:39:33 +01:00
3a6e4be5cf
added detection for simultaneous cache access leading to failed dep. install
2021-12-19 17:18:24 +01:00