Skip to content

Commit a8be51a

Browse files
committed
Updated Arch Linux installation [skip ci]
1 parent bfd85ca commit a8be51a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.1 (unreleased)
2+
3+
- Added binary installation for Arch Linux
4+
15
## 0.11.0 (2023-11-16)
26

37
- Updated OR-Tools to 9.8

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ task :update do
2626
require "tmpdir"
2727

2828
version = "9.8.3296"
29-
distributions = ["arm64_macOS-14.1", "x86_64_macOS-14.1", "ubuntu-22.04", "ubuntu-20.04", "debian-11", "centos-7"]
29+
distributions = ["arm64_macOS-14.1", "x86_64_macOS-14.1", "ubuntu-22.04", "ubuntu-20.04", "debian-11", "centos-7", "archlinux"]
3030

3131
short_version = version.split(".").first(2).join(".")
3232
distributions.each do |dist|

ext/or-tools/vendor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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"
43+
elsif os == "arch" && !arm
4444
filename = "or-tools_amd64_archlinux_cpp_v#{version}.tar.gz"
4545
checksum = "803e4b78e7d05b8027a2a391183c8c7855bb758f74d9ced872cfa68e0b9d7d64"
4646
else

0 commit comments

Comments
 (0)