This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 3e77b60bd6 Use EPEL trafficserver RPM for CodeQL. (#7993)
3e77b60bd6 is described below
commit 3e77b60bd667d970c7b11a3158108fee3c9546e6
Author: Zach Hoffman <[email protected]>
AuthorDate: Tue May 21 10:12:06 2024 -0600
Use EPEL trafficserver RPM for CodeQL. (#7993)
Use EPEL trafficserver RPM for CodeQL
---
.github/workflows/codeql.cpp.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/codeql.cpp.yml b/.github/workflows/codeql.cpp.yml
index 0a767047dc..e5b084612c 100644
--- a/.github/workflows/codeql.cpp.yml
+++ b/.github/workflows/codeql.cpp.yml
@@ -43,8 +43,7 @@ jobs:
<<'SHELL_COMMANDS' docker run --rm -i rockylinux:8 |
set -o errexit
cd /etc/yum.repos.d
- curl -sLOf --compressed
'https://copr.fedorainfracloud.org/coprs/jered/trafficserver/repo/epel-8/jered-trafficserver-epel-8.repo'
- dnf -y install yum-utils
+ dnf -y install epel-release yum-utils
yumdownloader --urls trafficserver-devel
SHELL_COMMANDS
tee docker-output