On 2025/03/01 23:35:22 Daniel Sahlberg wrote:
[...]
> We still have one job left in Buildbot, the svn-warnings job. (This is the
> job that alerted me of the unused variable removed in r1924107). I'd like
> to remove that as well, to reduce maintenance burden somewhat. Can we
> include the same functionality in one of the other jobs? Or should we just
> remove it?

No replies and while I wasn't clear about applying lazy consensus I assume 
there is no interest in looking after buildbot. I've removed it from [1] in 
r1089557.

In case someone is interested, the job executed the following commands:

[[[
./configure -q --enable-maintainer-mode AR_FLAGS=cr 
CFLAGS="-DPACK_AFTER_EVERY_COMMIT -DSVN_UNALIGNED_ACCESS_IS_OK=0 
-DSUFFIX_LINES_TO_KEEP=0 -DSVN_DEPRECATED= -Wformat=0 -Wno-unreachable-code -g" 
--prefix=%(pwd)s/prefix --with-apxs=/usr/bin/apxs2 --with-lz4=internal 
--with-utf8proc=internal
make -s -j4
make -s install
make -s clean
make -s distclean
]]]

Cheers,
Daniel

[1] https://svn.apache.org/repos/infra/infrastructure/buildbot2/projects

Reply via email to