You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I make any changes to the scripts part, the mariadb part is rebuilt. As far as I can tell, there is no dependency between scripts and mariadb that could invalidate mariadb in this scenario.
To Reproduce
See the rockcraft.yaml snippet.
Environment
Ubuntu 24.10
rockcraft.yaml
name: mariadbbase: [email protected]version: "10.5"summary: MariaDB database server and clientdescription: | MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.platforms:
amd64:
parts:
patches:
plugin: dumpsource: .mariadb:
plugin: cmakesource: https://github.com/MariaDB/server.gitsource-type: gitsource-tag: mariadb-10.5.28build-packages:
- bison
- ccache
- gnutls-dev
- libncurses5-dev
- zlib1g-devscripts:
plugin: dumpsource: https://github.com/MariaDB/mariadb-docker.gitsource-type: gitoverride-build: | ls -lh install -D --mode 0755 10.5/docker-entrypoint.sh ${CRAFT_PART_INSTALL}/usr/bin/docker-entrypoint.sh install -D --mode 0755 10.5/healthcheck.sh ${CRAFT_PART_INSTALL}/usr/bin/healthcheck.sh
Relevant log output
N/A
The text was updated successfully, but these errors were encountered:
Bug Description
Using these
rockcraft.yaml
parts:When I make any changes to the
scripts
part, themariadb
part is rebuilt. As far as I can tell, there is no dependency betweenscripts
andmariadb
that could invalidatemariadb
in this scenario.To Reproduce
See the
rockcraft.yaml
snippet.Environment
Ubuntu 24.10
rockcraft.yaml
Relevant log output
The text was updated successfully, but these errors were encountered: