mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-30 01:44:11 +02:00
add option pkg-ccache to be passed to build-cmd
this option is a /path/to/_ccache.tar. The patch just forwards that option to the build script.
This commit is contained in:
@@ -6303,6 +6303,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',
|
||||
|
Reference in New Issue
Block a user