-
|
Hi, i currently facing a problem that packages built on a Jenkins-Agent (Windows Server 2022) have a different For example this recipe is affected by this. If I uncomment the I would like to narrow down the error, but I can't really get any further. PS:
bob: 1.0.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
IIRC there should be nothing that is platform dependent with respect to the Variant-Id. Issues like symlinks are only affecting the Build-Id. But I see your recipe includes a patch. The content of this patch will affect the checkout variant id! Now, there are a number of options in git that affect the handling of line endings on Windows. There is a chance that these settings differ between the systems and that the same patch has a different checksum between them. In basement, the line endings are set explicitly by the repository via gitattributes to prevent such possible problems. Even if it is another problem, I would recommend doing this. |
Beta Was this translation helpful? Give feedback.
IIRC there should be nothing that is platform dependent with respect to the Variant-Id. Issues like symlinks are only affecting the Build-Id.
But I see your recipe includes a patch. The content of this patch will affect the checkout variant id! Now, there are a number of options in git that affect the handling of line endings on Windows. There is a chance that these settings differ between the systems and that the same patch has a different checksum between them.
In basement, the line endings are set explicitly by the repository via gitattributes to prevent such possible problems. Even if it is another problem, I would recommend doing this.