@@ -100,13 +100,13 @@ help:
100
100
@echo -e "\t\t${BOLD}fedora-39${RESET}"
101
101
@echo -e "\t\t${BOLD}fedora-38${RESET}"
102
102
@echo -e "\t\t${BOLD}fedora-37${RESET}"
103
+ @echo -e "\t\t${BOLD}opensuse-leap${RESET} (latest)"
104
+ @echo -e "\t\t${BOLD}rockylinux-9${RESET} (latest)"
103
105
@echo -e "\t\t${BOLD}ubuntu-24.04${RESET} (Ubuntu 24.04 LTS, latest)"
104
106
@echo -e "\t\t${BOLD}ubuntu-23.10${RESET} (Ubuntu 23.10, rolling)"
105
107
@echo -e "\t\t${BOLD}ubuntu-23.04${RESET} (Ubuntu 23.04)"
106
108
@echo -e "\t\t${BOLD}ubuntu-22.04${RESET} (Ubuntu 22.04 LTS)"
107
109
@echo -e "\t\t${BOLD}ubuntu-20.04${RESET} (Ubuntu 20.04 LTS)"
108
- @echo -e "\t\t${BOLD}opensuse-leap${RESET} (latest)"
109
- @echo -e "\t\t${BOLD}rockylinux-9${RESET} (latest)"
110
110
@echo
111
111
@echo -e "\t${BOLD}<stage>${RESET}:"
112
112
@echo -e "\t\t${BOLD}env${RESET}"
@@ -150,7 +150,7 @@ OR_TOOLS_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
150
150
OR_TOOLS_SHA1 := $(shell git rev-parse --verify HEAD)
151
151
# OR_TOOLS_MAJOR & OR_TOOLS_MINOR
152
152
include ../../Version.txt
153
- OR_TOOLS_PATCH := $(shell git rev-list --count v${OR_TOOLS_MAJOR}.0..HEAD)
153
+ OR_TOOLS_PATCH := $(shell git rev-list --count v${OR_TOOLS_MAJOR}.0..HEAD || echo 0 )
154
154
OR_TOOLS_VERSION := ${OR_TOOLS_MAJOR}.${OR_TOOLS_MINOR}.${OR_TOOLS_PATCH}
155
155
ifdef PRE_RELEASE
156
156
OR_TOOLS_VERSION := ${OR_TOOLS_VERSION}-rc
@@ -412,9 +412,9 @@ DISTROS := \
412
412
archlinux \
413
413
debian-11 debian-12 debian-sid \
414
414
fedora-37 fedora-38 fedora-39 \
415
- ubuntu-20.04 ubuntu-22.04 ubuntu-23.04 ubuntu-23.10 ubuntu-24.04 \
416
415
opensuse-leap \
417
- rockylinux-9
416
+ rockylinux-9 \
417
+ ubuntu-20.04 ubuntu-22.04 ubuntu-23.04 ubuntu-23.10 ubuntu-24.04
418
418
419
419
# List of stages
420
420
STAGES := env devel
0 commit comments