Skip to content

Commit

Permalink
Update and rename Redis-7.2.3-GCC-12.3.0.eb to Redis-7.2.3-GCCcore-12…
Browse files Browse the repository at this point in the history
….3.0.eb

GCC->GCCcore
  • Loading branch information
ThomasHoffmann77 authored Apr 3, 2024
1 parent 92982c4 commit 957a4a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Lua scripting, LRU eviction, transactions, and different levels of on-disk
persistence, and provides high availability via Redis Sentinel and automatic
partitioning with Redis Cluster."""

toolchain = {'name': 'GCC', 'version': '12.3.0'}
toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

source_urls = ['https://download.redis.io/releases']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['3e2b196d6eb4ddb9e743088bfc2915ccbb42d40f5a8a3edd8cb69c716ec34be7']

builddependencies = [
('pkgconf', '1.9.5'),
('binutils', '2.40'),
]

skipsteps = ['configure']
Expand Down

0 comments on commit 957a4a5

Please sign in to comment.