mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
`job` was introduced back in782ebcece4, so we could consume the option specified in DEB_BUILD_OPTIONS environmental variable. but now that we always repackage the artifacts prebuilt in the relocatable package. we don't build them anymore when packaging debian packages. see9388f3d626. and `job` is not passed to `ninja` anymore. so, in this change, `job` is removed from debian/rules as well, as it is not used. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>