Skip to content

Commit

Permalink
[LIVY-610][BUILD] optimization for windows environment build.
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

we can remove requireOS restriction for windows building, and add execute permission for bin/livy-server.
https://issues.apache.org/jira/browse/LIVY-610
## How was this patch tested?
 tested manually.

Author: dockerzhang(张超) <[email protected]>
Author: dockerzhang <[email protected]>

Closes apache#184 from dockerzhang/windows-build.
  • Loading branch information
dockerzhang authored and jerryshao committed Jul 22, 2019
1 parent 22a8ad1 commit 1575850
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<includes>
<include>*</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}</directory>
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -797,9 +797,6 @@
<requireMavenVersion>
<version>[3.0.0,)</version>
</requireMavenVersion>
<requireOS>
<family>unix</family>
</requireOS>
</rules>
</configuration>
<executions>
Expand Down

0 comments on commit 1575850

Please sign in to comment.