ck icon indicating copy to clipboard operation
ck copied to clipboard

[CK2/CM] Problem with excluding a variation tag in dependency

Open arjunsuresh opened this issue 3 years ago • 1 comments

Currently the following way of adding a dependency is causing error in install-mlc-inference-loadgen script.

      "deps": [
        {
          "tags": "get,mlcommons,inference,src,-_patch",
          "version": "r2.1"
        }
      ]

arjunsuresh avatar Aug 04 '22 09:08 arjunsuresh

Hmm, that's weird. Let me check that ...

gfursin avatar Aug 04 '22 22:08 gfursin

Seems to be working now. But more tests can be useful.

arjunsuresh avatar Aug 14 '22 22:08 arjunsuresh