Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub checks are broken #608

Open
rjhuijsman opened this issue Jan 8, 2024 · 0 comments
Open

GitHub checks are broken #608

rjhuijsman opened this issue Jan 8, 2024 · 0 comments

Comments

@rjhuijsman
Copy link
Contributor

rjhuijsman commented Jan 8, 2024

Currently, all PRs to this repo fail all of their checks with build errors.

The Ubuntu check:

2024/01/08 13:53:31 Downloading https://releases.bazel.build/5.4.1/release/bazel-5.4.1-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 4d96e31a-95fd-4ce6-9753-987d0f44181b
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Analyzing: 30 targets (12 packages loaded, 0 targets configured)
Analyzing: 30 targets (50 packages loaded, 23 targets configured)
Analyzing: 30 targets (50 packages loaded, 23 targets configured)
Analyzing: 30 targets (51 packages loaded, 23 targets configured)
Analyzing: 30 targets (76 packages loaded, 844 targets configured)
Analyzing: 30 targets (76 packages loaded, 844 targets configured)
Analyzing: 30 targets (77 packages loaded, 844 targets configured)
Analyzing: 30 targets (174 packages loaded, 14405 targets configured)
Analyzing: 30 targets (177 packages loaded, 44737 targets configured)
INFO: Analyzed 30 targets (184 packages loaded, 52616 targets configured).
INFO: Found 30 targets...
[0 / 1,162] [Prepa] Creating source manifest for //test/grpc/route_guide:route-guide-test ... (11 actions, 0 running)
[1,090 / 3,858] BootstrapGNUMake external/rules_foreign_cc/toolchains/make; 4s remote-cache, linux-sandbox ... (127 actions running)
ERROR: /home/runner/.cache/bazel/_bazel_runner/6ed1333460b23389bf65ab75e8e230ff/external/com_google_absl/absl/strings/BUILD.bazel:1078:11: Compiling absl/strings/internal/str_format/extension.cc failed: (Exit 1): clang failed: error executing command 
  (cd /home/runner/.cache/bazel/_bazel_runner/6ed1333460b23389bf65ab75e8e230ff/sandbox/linux-sandbox/383/execroot/com_github_3rdparty_eventuals && \
  exec env - \
    PATH=/home/runner/.cache/bazelisk/downloads/sha256/5d905[15](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628973?pr=606#step:6:16)f84b5ee1fd6ec22ee9e83103e77ed1a907ee5eec198fef3a5b45abf13/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin \
    *** \
  /usr/lib/llvm-14/bin/clang -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -Wunused-but-set-parameter -Wno-free-nonheap-object -fcolor-diagnostics -fno-omit-frame-pointer -g '-std=c++0x' -MD -MF bazel-out/k8-dbg/bin/external/com_google_absl/absl/strings/_objs/str_format_internal/extension.pic.d '-frandom-seed=bazel-out/k8-dbg/bin/external/com_google_absl/absl/strings/_objs/str_format_internal/extension.pic.o' -fPIC -iquote external/com_google_absl -iquote bazel-out/k8-dbg/bin/external/com_google_absl '-fsanitize=address' -DADDRESS_SANITIZER -O1 -g -fno-omit-frame-pointer '-std=c++17' -Wall -Wextra -Wcast-qual -Wconversion -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Winfinite-recursion -Winvalid-constexpr -Wliteral-conversion -Wmissing-declarations -Woverlength-strings -Wpointer-arith -Wself-assign -Wshadow-all -Wstring-conversion -Wtautological-overlap-compare -Wundef -Wuninitialized -Wunreachable-code -Wunused-comparison -Wunused-local-typedefs -Wunused-result -Wvla -Wwrite-strings -Wno-float-conversion -Wno-implicit-float-conversion -Wno-implicit-int-float-conversion -Wno-implicit-int-conversion -Wno-shorten-64-to-32 -Wno-sign-conversion -Wno-unknown-warning-option -DNOMINMAX -no-canonical-prefixes -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_google_absl/absl/strings/internal/str_format/extension.cc -o bazel-out/k8-dbg/bin/external/com_google_absl/absl/strings/_objs/str_format_internal/extension.pic.o)
# Configuration: c3c3b9c9bae556d1f367adc64fd0125edc1a5766d05022d36af8a731d52cc9bf
# Execution platform: @local_config_platform//:host

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
In file included from external/com_google_absl/absl/strings/internal/str_format/extension.cc:[16](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628973?pr=606#step:6:17):
external/com_google_absl/absl/strings/internal/str_format/extension.h:34:35: error: unknown type name 'uint8_t'
enum class FormatConversionChar : uint8_t;
                                  ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:35:38: error: unknown type name 'uint64_t'
enum class FormatConversionCharSet : uint64_t;
                                     ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:131:20: error: unknown type name 'uint8_t'
enum class Flags : uint8_t {
                   ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:144:41: error: unknown type name 'uint8_t'
  return static_cast<Flags>(static_cast<uint8_t>(a) | static_cast<uint8_t>(b));
                                        ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:144:67: error: unknown type name 'uint8_t'
  return static_cast<Flags>(static_cast<uint8_t>(a) | static_cast<uint8_t>(b));
                                                                  ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:148:23: error: unknown type name 'uint8_t'
  return (static_cast<uint8_t>(haystack) & static_cast<uint8_t>(needle)) ==
                      ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:148:56: error: unknown type name 'uint8_t'
  return (static_cast<uint8_t>(haystack) & static_cast<uint8_t>(needle)) ==
                                                       ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:148:42: error: invalid operands to binary expression ('absl::str_format_internal::Flags' and 'absl::str_format_internal::Flags')
  return (static_cast<uint8_t>(haystack) & static_cast<uint8_t>(needle)) ==
                               ~~~~~~~~  ^                      ~~~~~~
external/com_google_absl/absl/strings/internal/str_format/extension.h:149:22: error: unknown type name 'uint8_t'
         static_cast<uint8_t>(needle);
                     ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:[18](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628973?pr=606#step:6:19)7:21: error: unknown type name 'uint8_t'
  enum class Enum : uint8_t {
                    ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:345:[19](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628973?pr=606#step:6:20): error: unknown type name 'uint64_t'
      static_cast<uint64_t>(a) |
                  ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:346:19: error: unknown type name 'uint64_t'
      static_cast<uint64_t>(FormatConversionCharSetUnion(rest...)));
                  ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:349:11: error: unknown type name 'uint64_t'
constexpr uint64_t FormatConversionCharToConvInt(FormatConversionChar c) {
          ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:350:10: error: use of undeclared identifier 'uint64_t'
  return uint64_t{1} << (1 + static_cast<uint8_t>(c));
         ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:350:18: error: expected ';' after return statement
  return uint64_t{1} << (1 + static_cast<uint8_t>(c));
                 ^
                 ;
external/com_google_absl/absl/strings/internal/str_format/extension.h:353:11: error: unknown type name 'uint64_t'
constexpr uint64_t FormatConversionCharToConvInt(char conv) {
          ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:366:35: error: no return statement in constexpr function
constexpr FormatConversionCharSet FormatConversionCharToConvValue(char conv) {
                                  ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:375:3: error: default initialization of an object of const type 'const absl::FormatConversionCharSet'
  ABSL_INTERNAL_CONVERSION_CHARS_EXPAND_(ABSL_INTERNAL_CHAR_SET_CASE, )
  ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:161:9: note: expanded from macro 'ABSL_INTERNAL_CONVERSION_CHARS_EXPAND_'
  X_VAL(c) X_SEP X_VAL(s) X_SEP \
        ^
external/com_google_absl/absl/strings/internal/str_format/extension.h:375:3: error: default initialization of an object of const type 'const absl::FormatConversionCharSet'
external/com_google_absl/absl/strings/internal/str_format/extension.h:161:24: note: expanded from macro 'ABSL_INTERNAL_CONVERSION_CHARS_EXPAND_'
  X_VAL(c) X_SEP X_VAL(s) X_SEP \
                       ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[20](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628973?pr=606#step:6:21) errors generated.
INFO: Elapsed time: 45.692s, Critical Path: 7.93s
INFO: 1[34](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628973?pr=606#step:6:35)3 processes: 959 internal, [38](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628973?pr=606#step:6:39)4 linux-sandbox.
FAILED: Build did NOT complete successfully
FAILED: Build did NOT complete successfully
Error: Process completed with exit code 1.

The Mac OS check:

2024/01/08 13:53:29 Downloading https://releases.bazel.build/5.4.1/release/bazel-5.4.1-darwin-x86_64...
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 382841b0-171e-4a32-b7d2-ea6fcabd4e4c
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Analyzing: 30 targets (12 packages loaded, 0 targets configured)
Analyzing: 30 targets (50 packages loaded, 23 targets configured)
Analyzing: 30 targets (50 packages loaded, 23 targets configured)
Analyzing: 30 targets (51 packages loaded, 23 targets configured)
Analyzing: 30 targets (51 packages loaded, 23 targets configured)
Analyzing: 30 targets (51 packages loaded, 23 targets configured)
Analyzing: 30 targets (53 packages loaded, 201 targets configured)
INFO: Repository pyprotoc_plugin_deps instantiated at:
  /Users/runner/work/eventuals/eventuals/WORKSPACE.bazel:[15](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:16):15: in <toplevel>
  /Users/runner/work/eventuals/eventuals/bazel/deps.bzl:107:25: in deps
  /private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/com_github_reboot_dev_pyprotoc_plugin/bazel/deps.bzl:7:[16](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:17): in deps
  /private/var/tmp/_bazel_runner/4278[17](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:18)4fedd52b750ba4021a2a896450/external/rules_python/python/pip.bzl:96:19: in pip_install
Repository rule pip_repository defined at:
  /private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/pip_repository.bzl:238:33: in <toplevel>
ERROR: An error occurred during the fetch of repository 'pyprotoc_plugin_deps':
   Traceback (most recent call last):
	File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/pip_repository.bzl", line 153, column 13, in _pip_repository_impl
		fail("rules_python failed: %s (%s)" % (result.stdout, result.stderr))
Error in fail: rules_python failed:  (Traceback (most recent call last):
  File "<frozen runpy>", line [18](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:19)9, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba40[21](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:22)a2a896450/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 16, in <module>
    from python.pip_install.extract_wheels.lib import bazel, requirements, arguments
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/extract_wheels/lib/bazel.py", line 9, in <module>
    from python.pip_install.extract_wheels.lib import namespace_pkgs, wheel, purelib
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/extract_wheels/lib/wheel.py", line 9, in <module>
    import pkg_resources
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/pypi__setuptools/pkg_resources/__init__.py", line 2158, in <module>
    register_finder(pkgutil.ImpImporter, find_on_path)
                    ^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
)
ERROR: /Users/runner/work/eventuals/eventuals/WORKSPACE.bazel:15:15: fetching pip_repository rule //external:pyprotoc_plugin_deps: Traceback (most recent call last):
	File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/pip_repository.bzl", line 153, column 13, in _pip_repository_impl
		fail("rules_python failed: %s (%s)" % (result.stdout, result.stderr))
Error in fail: rules_python failed:  (Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 16, in <module>
    from python.pip_install.extract_wheels.lib import bazel, requirements, arguments
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/extract_wheels/lib/bazel.py", line 9, in <module>
    from python.pip_install.extract_wheels.lib import namespace_pkgs, wheel, purelib
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/extract_wheels/lib/wheel.py", line 9, in <module>
    import pkg_resources
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/pypi__setuptools/pkg_resources/__init__.py", line 2158, in <module>
    register_finder(pkgutil.ImpImporter, find_on_path)
                    ^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
)
INFO: Repository com_github_curl_curl instantiated at:
  /Users/runner/work/eventuals/eventuals/WORKSPACE.bazel:15:15: in <toplevel>
  /Users/runner/work/eventuals/eventuals/bazel/deps.bzl:37:14: in deps
  /private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/com_github_3rdparty_bazel_rules_curl/bazel/deps.bzl:30:10: in deps
  /private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/bazel_tools/tools/build_defs/repo/utils.bzl:[23](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:24)3:18: in maybe
Repository rule http_archive defined at:
  /private/var/tmp/_bazel_runner/4[27](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:28)8174fedd52b750ba4021a2a896450/external/bazel_tools/tools/build_defs/repo/http.bzl:355:[31](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:32): in <toplevel>
ERROR: /Users/runner/work/eventuals/eventuals/protoc-gen-eventuals/BUILD.bazel:5:10: //protoc-gen-eventuals:protoc-gen-eventuals depends on @com_github_reboot_dev_pyprotoc_plugin//pyprotoc_plugin:pyprotoc_plugin in repository @com_github_reboot_dev_pyprotoc_plugin which failed to fetch. no such package '@pyprotoc_plugin_deps//': rules_python failed:  (Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/extract_wheels/__init__.py", line 16, in <module>
    from python.pip_install.extract_wheels.lib import bazel, requirements, arguments
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/extract_wheels/lib/bazel.py", line 9, in <module>
    from python.pip_install.extract_wheels.lib import namespace_pkgs, wheel, purelib
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/rules_python/python/pip_install/extract_wheels/lib/wheel.py", line 9, in <module>
    import pkg_resources
  File "/private/var/tmp/_bazel_runner/4278174fedd52b750ba4021a2a896450/external/pypi__setuptools/pkg_resources/__init__.py", line 2158, in <module>
    register_finder(pkgutil.ImpImporter, find_on_path)
                    ^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
)
ERROR: Analysis of target '//protoc-gen-eventuals:protoc-gen-eventuals' failed; build aborted: Analysis failed
INFO: Elapsed time: [37](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:38).781s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (63 packages loaded, 998 targets configured)
FAILED: Build did NOT complete successfully ([63](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262628679?pr=606#step:6:64) packages loaded, 998 targets configured)
Error: Process completed with exit code 1.

The Windows check:

2024/01/08 13:53:51 Downloading https://releases.bazel.build/5.4.1/release/bazel-5.4.1-windows-x86_64.exe...
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: ce2f4e87-7b1f-4[16](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262629223?pr=606#step:6:17)8-ab34-da190f0b947e
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
Analyzing: 30 targets (12 packages loaded, 0 targets configured)
Analyzing: 30 targets (51 packages loaded, 23 targets configured)
Analyzing: 30 targets (51 packages loaded, 23 targets configured)
Analyzing: 30 targets (51 packages loaded, 23 targets configured)
Analyzing: 30 targets (65 packages loaded, 844 targets configured)
Analyzing: 30 targets (92 packages loaded, 2562 targets configured)
Analyzing: 30 targets (92 packages loaded, 2562 targets configured)
Analyzing: 30 targets (123 packages loaded, 5836 targets configured)
Analyzing: 30 targets ([17](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262629223?pr=606#step:6:18)5 packages loaded, 17547 targets configured)
Analyzing: 30 targets (176 packages loaded, [18](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262629223?pr=606#step:6:19)144 targets configured)
Analyzing: 30 targets (177 packages loaded, 44317 targets configured)
INFO: Analyzed 30 targets (184 packages loaded, 52[19](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262629223?pr=606#step:6:20)6 targets configured).
INFO: Found 30 targets...
[0 / 2] [Prepa] BazelWorkspaceStatusAction stable-status.txt
ERROR: C:/bzl/cdhujlpa/external/boringssl/BUILD:182:11: Compiling src/ssl/bio_ssl.cc failed: undeclared inclusion(s) in rule '@boringssl//:ssl':
this rule is missing dependency declarations for the following files included by 'src/ssl/bio_ssl.cc':
  'C:/Program Files/LLVM/lib/clang/16/include/stddef.h'
  'C:/Program Files/LLVM/lib/clang/16/include/__stddef_max_align_t.h'
  'C:/Program Files/LLVM/lib/clang/16/include/stdint.h'
  'C:/Program Files/LLVM/lib/clang/16/include/vadefs.h'
  'C:/Program Files/LLVM/lib/clang/16/include/stddef.h'
  'C:/Program Files/LLVM/lib/clang/16/include/stddef.h'
  'C:/Program Files/LLVM/lib/clang/16/include/limits.h'
  'C:/Program Files/LLVM/lib/clang/16/include/vadefs.h'
  'C:/Program Files/LLVM/lib/clang/16/include/float.h'
  'C:/Program Files/LLVM/lib/clang/16/include/inttypes.h'
  'C:/Program Files/LLVM/lib/clang/16/include/stdarg.h'
INFO: Elapsed time: 375.718s, Critical Path: 1.27s
INFO: 30 processes: [26](https://github.com/3rdparty/eventuals/actions/runs/7448384026/job/20262629223?pr=606#step:6:27) internal, 4 local.
FAILED: Build did NOT complete successfully
FAILED: Build did NOT complete successfully
Error: Process completed with exit code 1.

The "solution" has been to simply ignore these checks entirely and use admin powers to push past them. That's highly unfortunate - like anybody else encountering this repo for the first time since this breakage started I didn't know about this "solution" and lost a lot of time.

We could either...

  • Disable these checks entirely (strictly better than a permanent breakage, since then they don't add confusion)
  • Fix these checks.
rjhuijsman added a commit that referenced this issue Jan 8, 2024
Due to #608 the build/test
checks are currently broken and actively harmful to our ability to merge
PRs. This commit disables them until they've been fixed.
rjhuijsman added a commit that referenced this issue Jan 8, 2024
Due to #608 the build/test
checks are currently broken and actively harmful to our ability to merge
PRs. This commit disables them until they've been fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant