This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -eo pipefail | |
# Note to readers: this hook lives within a phabricator instance that runs from a xiimoon/phabricator docker image. | |
# Additionally, you'll need: | |
# - jq | |
# - cmp | |
# - mounting a valid conduit api token to /env_dir/PHABRICATOR_CONDUIT_TOKEN | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- BUILD.bazel.orig 2021-05-20 09:45:18.000000000 +0200 | |
+++ BUILD.bazel 2021-05-20 10:09:15.000000000 +0200 | |
@@ -1,4 +1,4 @@ | |
-load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") | |
+load("@io_bazel_rules_go//go:def.bzl", "go_test", "go_library") | |
go_library( | |
name = "godror", | |
@@ -22,7 +22,10 @@ | |
"subscr.c", |