Commit Graph

7 Commits

Author SHA1 Message Date
wxt
c63dfcd3bb
bant: 0.1.7 -> 0.1.8 2024-11-05 15:33:30 +08:00
wxt
99ad7e7649
bant: add passthru.updateScript 2024-11-05 15:33:29 +08:00
Henner Zeller
062011c52d bant: 0.1.7 fix changed hash of fixed derivation.
The hash of the fixed derivation changed

If the old derivation with the hash was cached on the system, the
build failed with:

```
ERROR: /build/output/external/googletest~1.14.0.bcr.1/BUILD.bazel:80:11: Compiling googletest/src/gtest.cc failed: The include path '/nix/store/p5w6cmwqfvhyaf4vjr7jb18a90icrrr2-openjdk-21.0.3+9/include' references a path outside of the execution root.
ERROR: /build/output/external/abseil-cpp~20240116.2/absl/base/BUILD.bazel:755:11: Compiling absl/base/internal/strerror.cc failed: The include path '/nix/store/p5w6cmwqfvhyaf4vjr7jb18a90icrrr2-openjdk-21.0.3+9/include' references a path outside of the execution root.
```

This indicates that the derivation also bakes in the path of the used
JDK, which apparently changed since last time. Quick fix for now:
adapt hash, but hopefully there could be a more long-term solution.
2024-10-22 08:50:34 -07:00
Henner Zeller
8edd2ff640 bant: 0.1.6 -> 0.1.7 2024-09-15 22:06:15 -07:00
Henner Zeller
92ffa4f88a bant: make compile again with latest bazel
It appears that the fixed derivation generated by bazel implicitly
contains other information, such as the path to the java runtime,
making this break.
2024-09-13 11:08:44 -07:00
Leonardo Romor
aa932ca39e
bant: 0.1.5 -> 0.1.6 2024-07-19 20:57:02 +02:00
Leonardo Romor
da15a92f1f
bant: init at 0.1.5 2024-07-01 18:46:08 +02:00