Skip to content

Commit bf5646b

Browse files
committed
consolidated workflow
1 parent d813641 commit bf5646b

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/commit_test.yml

Whitespace-only changes.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
[![Ubuntu 24.04 with Delphi 13](https://img.shields.io/github/actions/workflow/status/jimmckeeth/linux4delphi/commit_ubuntu_delphi13.yml?job=ubuntu_delphi13&label=Ubuntu%2024.04%20with%20Delphi%2013&logo=ubuntu&)](https://github.com/jimmckeeth/linux4delphi/actions/workflows/commit_ubuntu_delphi13.yml)
55
[![RHEL 10](https://img.shields.io/github/actions/workflow/status/jimmckeeth/linux4delphi/commit_rhel_delphi13.yml?job=commit_rhel_delphi13&label=RHEL%2010%20with%20Delphi%2013&logo=redhat)](https://github.com/jimmckeeth/linux4delphi/actions/workflows/commit_rhel_delphi13.yml)
66

7+
## Job ID status
8+
[![ShellCheck](https://img.shields.io/github/actions/workflow/status/jimmckeeth/linux4delphi/commit_test.yml?job=shellcheck&label=ShellCheck&logo=shell)](https://github.com/jimmckeeth/linux4delphi/actions)
9+
[![Ubuntu 24.04](https://img.shields.io/github/actions/workflow/status/jimmckeeth/linux4delphi/commit_test.yml?job=ubuntu_test&label=Ubuntu%2024.04&logo=ubuntu)](https://github.com/jimmckeeth/linux4delphi/actions)
10+
[![RHEL 10](https://img.shields.io/github/actions/workflow/status/jimmckeeth/linux4delphi/commit_test.yml?job=rhel_test&label=RHEL%2010&logo=redhat)](https://github.com/jimmckeeth/linux4delphi/actions)
11+
712
<!-- [![ShellCheck Status](https://github.com/jimmckeeth/linux4delphi/actions/workflows/commit_test.yml/badge.svg?label=ShellCheck)](https://github.com/jimmckeeth/linux4delphi/actions/workflows/commit_test.yml)
813
[![Ubuntu 24.04 Status](https://github.com/jimmckeeth/linux4delphi/actions/workflows/commit_test.yml/badge.svg?label=Ubuntu%2024.04)](https://github.com/jimmckeeth/linux4delphi/actions/workflows/commit_test.yml)
914
[![RHEL 10 Status](https://github.com/jimmckeeth/linux4delphi/actions/workflows/commit_test.yml/badge.svg?label=RHEL%2010)](https://github.com/jimmckeeth/linux4delphi/actions/workflows/commit_test.yml) -->

scripts/SetupLinux4Delphi.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,12 @@ elif [[ "$PKG" == "pacman" ]]; then
365365
echo "Restoring original pacman configuration..."
366366
mv /etc/pacman.conf.bak /etc/pacman.conf
367367
fi
368-
# else # does RHEL work without this?
368+
else
369369
# Install individual tools instead of groups to ensure compatibility with minimal UBI containers
370370
echo "Installing core development tools and dependencies..."
371371
$PKG install -y gcc gcc-c++ make binutils autoconf automake \
372372
wget gtk3 mesa-libGL gtk3-devel python3 zlib-devel python3-devel \
373+
tar procps-ng ncurses-devel \
373374
--setopt=install_weak_deps=False
374375
fi
375376

0 commit comments

Comments
 (0)