Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Implement configuration of 'arc' location at slave level rather than master level #244

Open
arcadien opened this issue Feb 1, 2018 · 1 comment

Comments

@arcadien
Copy link

arcadien commented Feb 1, 2018

We are using build nodes under Windows and Linux. It the master setup, we cannot set '/usr/bin/arc' because it will fail under Windows. We cannot set 'c:\tools\arc' because it will break under Linux.
Without any configuration, 'arc' only fails under Windows, which need at least 'arc.bat'.
The solution we used is to set 'arc.bat' in the master configuration. Then make a symlink under Linux, from arc binary to arc.bat binary.
This is working but look a wild boar solution.
Would it be possible to change the implementation of the plugin so that the configuration is more portable?

@withinfocus
Copy link

Seconded. Multi-platform support doesn't work since arcanist's location could be entirely different. The plugin doesn't seem to pick up on arcanist being on the path either which could solve this, and with only a global setting this can't work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants