defradb icon indicating copy to clipboard operation
defradb copied to clipboard

Ensure playground deps are not broken for macos

Open shahzadlone opened this issue 6 months ago • 0 comments

There was an issue discovered in #2944 where make deps:playground step would specifically fail on macos but not on other distros (for go releaser), due to some dependencies in the lock files.

Suggestions:

  1. Either completely remove the lockfiles OR
  2. Add a ci rule for make deps:playground to ensure it always works for all distros we do a release for.

shahzadlone avatar Aug 22 '24 17:08 shahzadlone