From 74caec6d8ddb23f72e2b08d7a0e13dcade01ec09 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Sat, 3 Jul 2021 18:42:31 +0530
Subject: scripts: Do not compile ccwl files.

* scripts/ccwl.in: Do not compile ccwl files.
---
 scripts/ccwl.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/ccwl.in b/scripts/ccwl.in
index 4764cd2..939cdf2 100755
--- a/scripts/ccwl.in
+++ b/scripts/ccwl.in
@@ -31,6 +31,9 @@
 
 (match (command-line)
   ((_ "compile" input-file)
+   ;; FIXME: Compiling ccwl files fails since the workflow macro is
+   ;; unable to access command definitions.
+   (set! %load-should-auto-compile #f)
    (scm->yaml (load (canonicalize-path input-file))
               (current-output-port)))
   ((program _ ...)
-- 
cgit v1.2.3