We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3531c83 commit bfd85caCopy full SHA for bfd85ca
ext/or-tools/vendor.rb
@@ -40,6 +40,9 @@
40
elsif os == "centos" && os_version == "7" && !arm
41
filename = "or-tools_amd64_centos-7_cpp_v#{version}.tar.gz"
42
checksum = "d9f193572d3a38b3062ae4cb89afc654e662eb734a9361b1575d649b9530cf60"
43
+ elsif os == "arch"
44
+ filename = "or-tools_amd64_archlinux_cpp_v#{version}.tar.gz"
45
+ checksum = "803e4b78e7d05b8027a2a391183c8c7855bb758f74d9ced872cfa68e0b9d7d64"
46
else
47
platform =
48
if Gem.win_platform?
0 commit comments