Skip to content
Snippets Groups Projects
Commit aaafe95c authored by Hi Key's avatar Hi Key Committed by DJ Mountney
Browse files

Fix libatomic package name for RHEL/CentOS

parent ba5132e5
No related branches found
No related tags found
No related merge requests found
---
title: Fix libatomic package name for RHEL/CentOS
merge_request: 4660
author: Hi Key @HiKey
type: fixed
Loading
Loading
@@ -78,7 +78,13 @@ if rhel?
end
 
# Arm targets need libatomic
runtime_dependency 'libatomic1' if OhaiHelper.arm?
if OhaiHelper.arm?
if rhel?
runtime_dependency 'libatomic'
else
runtime_dependency 'libatomic1'
end
end
 
dependency 'git'
dependency 'jemalloc'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment