Skip to content

Commit

Permalink
test dnf
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Fernandez <mariofer@redhat.com>
  • Loading branch information
marioferh committed Apr 2, 2024
1 parent 9a12936 commit d3d33a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,9 @@ $(BIN_DIR):
$(LIB_DIR):
mkdir -p $@

$(MEMCACHED_BIN): | $(BIN_DIR) $(LIB_DIR)
@echo "Downloading Memcached"
curl -L https://archive.org/download/archlinux_pkg_libevent/libevent-2.1.12-1-x86_64.pkg.tar.zst | tar --strip-components=2 --use-compress-program=unzstd -xf - -C $(LIB_DIR) usr/lib
curl -L https://archive.org/download/archlinux_pkg_memcached/memcached-1.6.18-1-x86_64.pkg.tar.zst | tar --strip-components=2 --use-compress-program=unzstd -xf - -C $(BIN_DIR) usr/bin/memcached
$(MEMCACHED_BIN):
@echo "test dnf"
dnf install -y memcached-1.6.21-2.fc39.x86_64 --setopt=tsflags=nodocs

$(PROMETHEUS_BIN): $(BIN_DIR)
@echo "Downloading Prometheus"
Expand Down

0 comments on commit d3d33a9

Please sign in to comment.