wardenenv/warden

[Command] warden env up does not work on main branch on linux as a result of mutagen sync fixes 3 weeks ago

IvanChepurnyi opened this issue · 0 comments

Version of Warden

in-dev, 0.14

Operating System and Installation Method

Ubuntu 23.04

Describe the Bug

When setting up new environment with current dev version of mutagen on linux it won't work at all:

warden env up   
Connecting traefik to performance-training_default network
Connecting tunnel to performance-training_default network
Connecting mailhog to performance-training_default network
[+] Running 8/0
 ✔ Container performance-training-redis-1       Running                                                                                                                                  0.0s 
 ✔ Container performance-training-db-1          Running                                                                                                                                  0.0s 
 ✔ Container performance-training-opensearch-1  Running                                                                                                                                  0.0s 
 ✔ Container performance-training-rabbitmq-1    Running                                                                                                                                  0.0s 
 ✔ Container performance-training-php-fpm-1     Running                                                                                                                                  0.0s 
 ✔ Container performance-training-php-debug-1   Running                                                                                                                                  0.0s 
 ✔ Container performance-training-nginx-1       Running                                                                                                                                  0.0s 
 ✔ Container performance-training-varnish-1     Running                                                                                                                                  0.0s 
/opt/warden/commands/env.cmd: line 210: mutagen: command not found

I narrowed It down external command call for mutagen on the host where it cannot be available introduced here:
#651

To Reproduce

  1. warden env up
  2. See error

Expected Behavior

Linux should not be broken by fixes for OS X users

Additional context

No response