whisper.cpp/bindings
Daniel Bevenius 2e310b841e
ruby : omit test_build_options locally (#3132)
This commit omits the test for `test_build_options` when run locally as
it currently fails on Linux and MacOS platforms.
`
The motivation for this change is that currently when running the tests
locally on a non-macOS platform the test fails with the following error:
```console
.F
========================================================================
Failure: test_build_options(TestPackage):
  <["ACCELERATE_FRAMEWORK",
   "CMAKE_OSX_ARCHITECTURES",
   "CMAKE_OSX_SYSROOT",
   "FOUNDATION_LIBRARY",
   "METALKIT_FRAMEWORK",
   "METAL_FRAMEWORK"]> was expected to be empty.
/home/danbev/work/ai/whisper.cpp/bindings/ruby/tests/test_package.rb:43:in `test_build_options'
     40:     options = BuildOptions::Options.new
     41:     assert_empty options.missing_options
     42:     unless ENV["CI"]
  => 43:       assert_empty options.extra_options
     44:     end
     45:   end
     46: end
========================================================================
```
2025-05-10 08:18:08 +02:00
..
go rename : ggerganov -> ggml-org (#3005) 2025-04-04 16:11:52 +03:00
java ci : enable bindings java job (#3070) 2025-04-25 14:56:06 +02:00
javascript release : v1.7.5 2025-04-02 16:39:48 +03:00
ruby ruby : omit test_build_options locally (#3132) 2025-05-10 08:18:08 +02:00
CMakeLists.txt Node.js package (#260) 2022-12-12 20:17:27 +02:00