Skip to content

Commit

Permalink
skip tests as toml-f fails on modern gcc and macos
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
marcelmbn committed Nov 20, 2024
1 parent f983f15 commit a2db576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/toml-f.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def install
meson_args = std_meson_args
system "meson", "setup", "_build", *meson_args
system "meson", "compile", "-C", "_build"
system "meson", "test", "-C", "_build", "--no-rebuild", "--num-processes", "1"
### reintroduce as soon as issue (https://github.com/toml-f/toml-f/issues/152) is resolved ###
# system "meson", "test", "-C", "_build", "--no-rebuild", "--num-processes", "1"
system "meson", "install", "-C", "_build", "--no-rebuild"
end

Expand Down

0 comments on commit a2db576

Please sign in to comment.