spkenv / spk

A Package Manager for high velocity software environments, built on spfs.
https://spkenv.dev
Apache License 2.0
34 stars 5 forks source link

update validation rules for gmp, gcc63 and gcc63 #1090

Closed doubleailes closed 1 month ago

doubleailes commented 1 month ago

This PR is meant to update the deprecated validation attribut disable for the following pckages

and add allow RecursiveBuild validation for packages/gnu/gcc/gcc63.spk.yaml

doubleailes commented 1 month ago

I remove the validation and the package build but i have other errors. But i don't have the deprecated anymore.

rydrman commented 1 month ago

Thinking about this some more, and we should definitely keep the validation rules, specifically it should become - allow: AlterExistingFiles as mentioned before. If you want to submit a new issue with more information about the errors that you are getting locally it might be better to debug that separately to this change

Thanks!