Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 6, 2024
1 parent 92f2e21 commit dea9a92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
matrix:
include:
- ruby: 3.3
os: ubuntu-24.04
- ruby: 3.2
os: ubuntu-22.04
- ruby: 3.1
os: ubuntu-20.04
- ruby: 3.2
os: macos-14
- ruby: 3.1
Expand Down
2 changes: 1 addition & 1 deletion ext/or-tools/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$CXXFLAGS << " -std=c++17 $(optflags) -DUSE_CBC"

# or-tools warnings
$CXXFLAGS << " -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-ignored-qualifiers"
# $CXXFLAGS << " -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-ignored-qualifiers"

inc, lib = dir_config("or-tools")
if inc || lib
Expand Down
3 changes: 0 additions & 3 deletions test/shift_scheduling_sat_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

class ShiftSchedulingSatTest < Minitest::Test
def test_shift_scheduling_sat
# returns :unknown status
skip if ENV["CI"] && RbConfig::CONFIG["host_os"].match?(/darwin/i)

num_employees = 8
num_weeks = 3
shifts = %w[O M A N]
Expand Down

0 comments on commit dea9a92

Please sign in to comment.