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
While trying to fix #1632 with #1633@WadeBarnes and I found out, that the rocksdb is also installed in the buildimage for node and plenum and is only published to the artifactory by the "3rd party dependencies" of the plenum build, which is using the same buildimage.
The problem is, that the 3rd-party dependencies publish to the artifactory in its current form doesn't override a version (which we were trying to do so to fix #1632). Deleting the rocksdb package to be able to push an update resulted in the pipeline failing, since it was needed it in the buildimage creation.
The idea is to:
move to a slimmed down buildimage(only the dependencies needed for creating the package),
rearrange the pipeline so that it installs node with the just built package for testing, which should pull in all the required dependencies.
rework the indy-shared-gha call of the jfrog-cli to be able to override/update files (maybe just permissions for the token )
The text was updated successfully, but these errors were encountered:
While trying to fix #1632 with #1633 @WadeBarnes and I found out, that the rocksdb is also installed in the buildimage for node and plenum and is only published to the artifactory by the "3rd party dependencies" of the plenum build, which is using the same buildimage.
The problem is, that the 3rd-party dependencies publish to the artifactory in its current form doesn't override a version (which we were trying to do so to fix #1632). Deleting the rocksdb package to be able to push an update resulted in the pipeline failing, since it was needed it in the buildimage creation.
The idea is to:
The text was updated successfully, but these errors were encountered: