dfinity / ICRC-1

A fungible token standard developed by the Ledger & Tokenization working group for the IC.
Apache License 2.0
80 stars 36 forks source link

fix: fix bazel at 6.4.0 #174

Closed maciejdfinity closed 8 months ago

maciejdfinity commented 8 months ago

Fix bazel at 6.4.0 via bazelisk. With the latest bazel version exec_tools attribute was removed. According to https://github.com/bazelbuild/bazel/issues/19132 it should be possible to simply replace it with tools attribute but I ran into some errors with this change. Until we find a fix for that, we will fix bazel to an older version.

MarioDfinity commented 8 months ago

@maciejdfinity let's merge and fix CI.