wip - implementing gensub
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-30 14:11:18 +09:00
parent 1036452736
commit 311e7e3580
6 changed files with 345 additions and 52 deletions

View File

@ -12,7 +12,7 @@ steps:
commands:
- find . -exec touch -r {} +
- mkdir -p bld/rocky9 && cd bld/rocky9
- ../../configure && make && make check && make rpm
- ../../configure && make && make check ##&& make rpm
- name: rocky9-release-rpms
image: docker.io/plugins/gitea-release:latest