clodl icon indicating copy to clipboard operation
clodl copied to clipboard

Turn dynamically linked ELF binaries and libraries into self-contained closures.

Results 14 clodl issues
Sort by recently updated
recently updated
newest added

Migrate the main project to bzlmod and rename all `BUILD` files to `BUILD.bazel` Closes https://github.com/tweag/clodl/issues/53 Closes https://github.com/tweag/clodl/issues/54

**Describe the bug** Fresh `bazel build //:clotestbin-cc` fails **To Reproduce** - Clone the repo - Install the requirements - `cd tests` - `bazel build //:clotestbin-cc` **Expected behavior** The target is...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** - Clone the repo - Install the requirements - Run `bazel build //...` **Expected behavior**...

**Describe the bug** When I run `bazel build //...` with bazel 7.2.0 (should be any bazel 7+), bazel creates `MODULE.bazel` and `MODULE.bazel.lock`. Same for the `tests`. What should we do...