Skip to content

Commit

Permalink
Fix starting terminal/exec agent on alpine (which doesn’t have glib) (e…
Browse files Browse the repository at this point in the history
…clipse-che#4027)

Change-Id: I32c7a1ddbd6d86bf8e5dcd9f9a230fd41edb82bd
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
  • Loading branch information
benoitf authored Feb 7, 2017
1 parent f0e2a32 commit cdf0e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents/exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
<argument>${project.build.directory}/${item}/che-websocket-terminal</argument>
</arguments>
<environmentVariables>
<CGO_ENABLED>0</CGO_ENABLED>
<GOPATH>${project.build.directory}/${go.workspace.name}</GOPATH>
<GOOS>${terminal.target.os}</GOOS>
<GOARCH>${terminal.target.architecture}</GOARCH>
Expand Down

0 comments on commit cdf0e89

Please sign in to comment.