Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Nov 5, 2023
1 parent a51338d commit 3451ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
test-linux:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 5

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions ext/ilios/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def configure_prefix
end
end

libuv_recipe = LibuvRecipe.new('libuv', Ilios::LIBUV_VERSION, make_command: 'make -j')
libuv_recipe = LibuvRecipe.new('libuv', Ilios::LIBUV_VERSION)
libuv_recipe.files << {
url: "https://github.com/libuv/libuv/archive/v#{Ilios::LIBUV_VERSION}.tar.gz"
}
Expand Down Expand Up @@ -53,7 +53,7 @@ def configure_prefix
end
end

cassandra_recipe = CassandraRecipe.new('cpp-driver', Ilios::CASSANDRA_CPP_DRIVER_VERSION, make_command: 'make -j')
cassandra_recipe = CassandraRecipe.new('cpp-driver', Ilios::CASSANDRA_CPP_DRIVER_VERSION)
cassandra_recipe.files << {
url: "https://github.com/datastax/cpp-driver/archive/#{Ilios::CASSANDRA_CPP_DRIVER_VERSION}.tar.gz"
}
Expand Down

0 comments on commit 3451ce7

Please sign in to comment.