Multiple changes
- quirks: added quirks, that does nothing for now - deb: install arch-independant dependencies (too much is better) - deb: added linux-riscv crossbuild test
This commit is contained in:
14
quirks.yml
Normal file
14
quirks.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Quirks configuration for package-specific workarounds
|
||||
# This file defines package-specific quirks that are applied during pull and deb operations
|
||||
|
||||
quirks:
|
||||
|
||||
# Add more packages and their quirks as needed
|
||||
# example-package:
|
||||
# pull:
|
||||
# method: archive
|
||||
# deb:
|
||||
# extra_dependencies:
|
||||
# - another-dependency
|
||||
# parameters:
|
||||
# key: value
|
||||
Reference in New Issue
Block a user