Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 7, 2024
1 parent 1ce5c89 commit e11797e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,6 @@ jobs:
sudo apt install -y libcurl4-openssl-dev apache2-dev libapr1-dev libaprutil1-dev
if: matrix.name == 'Linux'

- name: Setup macOS dependencies
run: brew install openssl
if: matrix.name == 'macOS'

- name: Setup hosts entries
run: |
echo 127.0.0.1 passenger.test | sudo tee -a /etc/hosts
Expand Down
1 change: 0 additions & 1 deletion build/apache2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
PlatformInfo.apache2_module_cxx_ldflags,
PlatformInfo.portability_cxx_ldflags,
OPTIMIZE ? '-O' : nil,
USE_ASAN && PlatformInfo.cxx_is_clang? ? "-shared-libasan" : nil
].compact
)
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ def self.find_header(header_name, language, flags = nil)
system("ls -lGd #{Shellwords.escape(tmpdir)}")
system("ls -lG #{Shellwords.escape(tmpdir)}")
system("ls -lG #{Shellwords.escape(filename)}")
log "ruby version = #{RUBY_VERSION}"
log "ruby command = #{ruby_command}"
end
if result = run_compiler("Checking for #{header_name}", command, filename, source, true)
result[:output] =~ /^#include <...> search starts here:$(.+?)^End of search list\.$/m
Expand Down

0 comments on commit e11797e

Please sign in to comment.