[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71707] [PATCH 05/15] build-sysem/mix: Preserve code paths.
From: |
Igor Goryachev |
Subject: |
[bug#71707] [PATCH 05/15] build-sysem/mix: Preserve code paths. |
Date: |
Fri, 21 Jun 2024 22:01:11 +0300 |
* guix/build/mix-build-system.scm (build): Preserve code paths.
Change-Id: Ia43e79385a536de98ae026893e1bda2a8416562c
---
guix/build/mix-build-system.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/build/mix-build-system.scm b/guix/build/mix-build-system.scm
index fe2e36d184..cb832adae4 100644
--- a/guix/build/mix-build-system.scm
+++ b/guix/build/mix-build-system.scm
@@ -102,7 +102,8 @@ (define* (build #:key mix-environments #:allow-other-keys)
"Builds the Mix project."
(for-each (lambda (mix-env)
(setenv "MIX_ENV" mix-env)
- (invoke "mix" "compile" "--no-deps-check"))
+ (invoke "mix" "compile" "--no-deps-check"
+ "--no-prune-code-paths"))
mix-environments))
(define* (check #:key (tests? #t) #:allow-other-keys)
--
2.45.1
- [bug#71707] [PATCH 00/15] Updates and fixes for elixir and dependents, Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 02/15] gnu: elixir-hex: Remove redundant directory, fix lint warnings., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 03/15] gnu: elixir: Update to 1.17.1., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 01/15] gnu: elixir: Fix mix substitute., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 04/15] gnu: elixir-nimble-parsec: Update to 1.4.0., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 07/15] gnu: elixir-jason: Fix lint warnings., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 09/15] gnu: elixir-bunt: Update to 1.0.0., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 11/15] gnu: elixir-excoveralls: Update to 0.18.1, fix lint warnings., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 05/15] build-sysem/mix: Preserve code paths.,
Igor Goryachev <=
- [bug#71707] [PATCH 10/15] gnu: elixir-castore: Update to 1.0.7., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 14/15] gnu: elixir-dialyxir: Update to 1.4.3., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 06/15] gnu: elixir-makeup: Update to 1.1.2, make reproducible., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 08/15] gnu: elixir-file-system: Update to 1.0.0., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 12/15] gnu: elixir-credo: Update to 1.7.7, fix lint warnings., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 13/15] gnu: elixir-erlex: Update to 0.2.7., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH 15/15] gnu: elixir-machete: Update to 0.3.3, temporarily disable tests., Igor Goryachev, 2024/06/21
- [bug#71707] [PATCH v2] build-sysem/mix: Preserve code paths., Igor Goryachev, 2024/06/22
- [bug#71707] [PATCH v3 0/2] Fix tests for elixir dependents, Igor Goryachev, 2024/06/22