Skip to content
Snippets Groups Projects
Commit 8d53e071b93c authored by Robert Marshall's avatar Robert Marshall
Browse files

Convert Redis to build from git source


- Converts Redis to build from git source, no version change included in
  this iteration.

[skip ci]
[ci skip]

Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent a4775ae27c04
No related branches found
No related tags found
No related merge requests found
......@@ -118,3 +118,6 @@
ohai:
remote: "git@dev.gitlab.org:omnibus-mirror/ohai.git"
alternative: "https://gitlab.com/gitlab-org/build/omnibus-mirror/ohai.git"
redis:
remote: "git@dev.gitlab.org:omnibus-mirror/redis.git"
alternative: "https://gitlab.com/gitlab-org/build/omnibus-mirror/redis.git"
......@@ -22,5 +22,6 @@
skip_transitive_dependency_licensing true
dependency 'config_guess'
default_version '3.2.12'
version = Gitlab::Version.new('redis', '3.2.12')
default_version version.print(false)
......@@ -26,8 +27,5 @@
source url: "http://download.redis.io/releases/redis-#{version}.tar.gz",
md5: 'b005ef8161ee1e9f67d10af5bab28093'
relative_path "redis-#{version}"
source git: version.remote
build do
env = with_standard_compiler_flags(with_embedded_path).merge(
......
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