Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants