We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af7dcc commit 77f7e4eCopy full SHA for 77f7e4e
Makefile
@@ -526,14 +526,8 @@ mvn-release:
526
mvn release:prepare
527
mvn release:perform -DskipTests
528
529
-install-gcc:
530
- @if [ "$(shell uname)" = "Darwin" ]; then \
531
- brew install gcc; \
532
- else \
533
- sudo apt install -y gcc g++; \
534
- fi
535
-
536
-system-setup: install-gcc
+system-setup:
+ sudo apt install -y gcc g++
537
[ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch unstable --single-branch redis-git || true
538
$(MAKE) -C redis-git clean
539
$(MAKE) -C redis-git
0 commit comments