Skip to content

Revert "Merge branch 'safari-svgs' into 'main'"

Marcel Amirault requested to merge revert-ed8428aa into main

I'm not sure why, but I think the change in !2888 (merged) is causing build errors. It might be a good idea to revert while we figure that out. Just now building locally:

Captain! We’ve been hit!

NameError: undefined local variable or method `root' for #<Cri::CommandDSL:0x00007fc292097200>

  0. commands/frontend.rb:36:in `block (2 levels) in define'
  1. commands/frontend.rb:35:in `each'
  2. commands/frontend.rb:35:in `block in define'
  3. /Users/ravlen/.asdf/installs/ruby/2.7.6/lib/ruby/gems/2.7.0/gems/cri-2.15.11/lib/cri/command.rb:362:in `run_this'
  4. /Users/ravlen/.asdf/installs/ruby/2.7.6/lib/ruby/gems/2.7.0/gems/cri-2.15.11/lib/cri/command.rb:298:in `run'
  5. /Users/ravlen/.asdf/installs/ruby/2.7.6/lib/ruby/gems/2.7.0/gems/cri-2.15.11/lib/cri/command.rb:316:in `run'
  6. /Users/ravlen/.asdf/installs/ruby/2.7.6/lib/ruby/gems/2.7.0/gems/nanoc-cli-4.12.7/lib/nanoc/cli.rb:88:in `block in run'
  7. /Users/ravlen/.asdf/installs/ruby/2.7.6/lib/ruby/gems/2.7.0/gems/nanoc-cli-4.12.7/lib/nanoc/cli/error_handler.rb:57:in `handle_while'
  8. /Users/ravlen/.asdf/installs/ruby/2.7.6/lib/ruby/gems/2.7.0/gems/nanoc-cli-4.12.7/lib/nanoc/cli/error_handler.rb:15:in `handle_while'
  9. /Users/ravlen/.asdf/installs/ruby/2.7.6/lib/ruby/gems/2.7.0/gems/nanoc-cli-4.12.7/lib/nanoc/cli.rb:86:in `run'
  ... 3 lines omitted (see crash.log for details)

A detailed crash log has been written to ./crash.log.

You can also see it in one of the pipeline jobs in that MR: https://gitlab.com/gitlab-org/gitlab-docs/-/jobs/2683922680#L703 (Starting line 703)

Merge request reports