1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-25 07:38:54 +02:00

Merge pull request #793 from sjamgade/ccache_path

add option pkg-ccache to be passed to build-cmd
This commit is contained in:
Marco Strigl
2020-05-22 15:55:48 +02:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -6324,6 +6324,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='use N parallel build jobs with icecream')
@cmdln.option('--ccache', action='store_true',
help='use ccache to speed up rebuilds')
@cmdln.option('--pkg-ccache', metavar='/path/to/_ccache.tar',
help='path to an existing uncompressed archive ccache. Using this option implies --ccache')
@cmdln.option('--with', metavar='X', dest='_with', action='append',
help='enable feature X for build')
@cmdln.option('--without', metavar='X', action='append',