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
If an easystack.yml contains two packages with the same dependent package (e.g. "GCCcore"), building the easystack file with -r and --job results in multiple submitted build jobs for that package.
Of course the first job wins and builds happily, but subsequent attempts fail with different failure modes.
For your use case, you'd have to retain some knowledge of what has been submitted. It just needs some design, a dict perhaps that gets updated with submitted jobs, if you get a hit you link the job id, if not you submit a job and add to the dict
The text was updated successfully, but these errors were encountered:
If an easystack.yml contains two packages with the same dependent package (e.g. "GCCcore"), building the easystack file with
-r
and--job
results in multiple submitted build jobs for that package.Of course the first job wins and builds happily, but subsequent attempts fail with different failure modes.
@ocaisa suggested in a slack discussion:
The text was updated successfully, but these errors were encountered: