Skip to content

Commit

Permalink
monika 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and daeho-ro committed Dec 13, 2024
1 parent 7ae3f0d commit d58d241
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Formula/m/monika.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Monika < Formula
desc "Synthetic monitoring made easy"
homepage "https://monika.hyperjump.tech"
url "https://registry.npmjs.org/@hyperjumptech/monika/-/monika-1.21.1.tgz"
sha256 "f0f87ce40c771b2b7b4c723ddec41200bf180ff788138559dad0cf4fd731d6b6"
url "https://registry.npmjs.org/@hyperjumptech/monika/-/monika-1.21.2.tgz"
sha256 "a9280ac4c288a79c77c28263042fab1d4cc785ef08f94d0cfd3cb25b7e40dce4"
license "MIT"

bottle do
Expand Down Expand Up @@ -32,6 +32,11 @@ def install
node_modules = libexec/"lib/node_modules/@hyperjumptech/monika/node_modules"
node_modules.glob("nice-napi/prebuilds/*")
.each { |dir| rm_r(dir) if dir.basename.to_s != "#{os}-#{arch}" }

cpu_profiler = "@sentry/profiling-node/lib/sentry_cpu_profiler"
node_modules.glob("#{cpu_profiler}-*")
.each { |file| rm(file) unless file.basename.to_s.start_with?("sentry_cpu_profiler-#{os}-#{arch}") }
node_modules.glob("#{cpu_profiler}-*-musl-*").map(&:unlink) if OS.linux?
end

test do

Check failure on line 42 in Formula/m/monika.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew test --verbose monika` failed on macOS Ventura (13)!

/usr/local/Homebrew/Library/Homebrew/test.rb:54:in `<main>'
Expand Down

0 comments on commit d58d241

Please sign in to comment.