From 7823afa64d7598c0f284d0804cc92427b9b65819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Dom=C3=ADnguez?= Date: Tue, 11 Jul 2023 13:51:08 +0200 Subject: [PATCH] Fix local build The project does not build out of the box, calling bundle (which depends on gxx_linux-64) is required. --- Makefile | 1 + environment.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2a16ef4dd..35de466a5 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ create-env: ## create usegalaxy-eu-website conda environment .PHONY: create-env install: create-env ## create usegalaxy-eu-website conda environment + $(ACTIVATE_ENV) && bundle install --frozen .PHONY: install build: ## Build the site once and exit diff --git a/environment.yml b/environment.yml index 0694b4b1b..f35dd5f2f 100644 --- a/environment.yml +++ b/environment.yml @@ -75,4 +75,5 @@ dependencies: - xz - yaml - zlib + - gxx_linux-64=13.1.0