Skip to content

Commit bfd85ca

Browse files
authored
installer supports archlinux (#55)
1 parent 3531c83 commit bfd85ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/or-tools/vendor.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
elsif os == "centos" && os_version == "7" && !arm
4141
filename = "or-tools_amd64_centos-7_cpp_v#{version}.tar.gz"
4242
checksum = "d9f193572d3a38b3062ae4cb89afc654e662eb734a9361b1575d649b9530cf60"
43+
elsif os == "arch"
44+
filename = "or-tools_amd64_archlinux_cpp_v#{version}.tar.gz"
45+
checksum = "803e4b78e7d05b8027a2a391183c8c7855bb758f74d9ced872cfa68e0b9d7d64"
4346
else
4447
platform =
4548
if Gem.win_platform?

0 commit comments

Comments
 (0)