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
Right now, whenever Silver builds a new commit, silver-ableC gets rebuilt too. When it runs melt.archiveCommitArtifacts("jars/*.jar"), this clobbers the previous JARs. The temporary solution I'm thinking of is storing silver-ableC artifacts as https://foundry.remexre.xyz/commit-artifacts/${silver-ableC-commit}/${silver-commit}/*.jar. Thoughts?
Aside: Is there a way to do O_EXCL for the copy?
The text was updated successfully, but these errors were encountered:
Right now, whenever Silver builds a new commit, silver-ableC gets rebuilt too. When it runs
melt.archiveCommitArtifacts("jars/*.jar")
, this clobbers the previous JARs. The temporary solution I'm thinking of is storing silver-ableC artifacts ashttps://foundry.remexre.xyz/commit-artifacts/${silver-ableC-commit}/${silver-commit}/*.jar
. Thoughts?Aside: Is there a way to do
O_EXCL
for the copy?The text was updated successfully, but these errors were encountered: