Skip to content

Commit

Permalink
Excluded osx build from win
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Albers committed Jun 17, 2022
1 parent d459375 commit 725bb14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@ task downloadLinuxJbr(type: Copy) {
}

task bundleMacosJbr() {
onlyIf {
!OperatingSystem.current().isWindows()
}
group = 'jbr'
def dirName = "osx"
def downloadDir = new File(jbrsDir, dirName)
Expand Down
21 changes: 0 additions & 21 deletions code/solutions/Flint.build0/models/Flint.build.mps
Original file line number Diff line number Diff line change
Expand Up @@ -1034,27 +1034,6 @@
</node>
</node>
</node>
<node concept="398223" id="5BmlQlqgPDr" role="39821P">
<node concept="3_J27D" id="5BmlQlqgPDs" role="Nbhlr">
<node concept="3Mxwew" id="5BmlQlqgPDt" role="3MwsjC">
<property role="3MwjfP" value="jbr" />
</node>
</node>
<node concept="2HvfSZ" id="5BmlQlqgPDu" role="39821P">
<node concept="398BVA" id="5BmlQlqgPDv" role="2HvfZ0">
<ref role="398BVh" node="2WP7dhE1esE" resolve="mps_home" />
<node concept="2Ry0Ak" id="5BmlQlqgPDw" role="iGT6I">
<property role="2Ry0Am" value="jbrs" />
<node concept="2Ry0Ak" id="3aSWJ3oBtfb" role="2Ry0An">
<property role="2Ry0Am" value="osx" />
<node concept="2Ry0Ak" id="1DlgtPjMiPO" role="2Ry0An">
<property role="2Ry0Am" value="jbr" />
</node>
</node>
</node>
</node>
</node>
</node>
</node>
<node concept="3_J27D" id="2WP7dhE1ewy" role="Nbhlr">
<node concept="3Mxwew" id="2WP7dhE1ewz" role="3MwsjC">
Expand Down

0 comments on commit 725bb14

Please sign in to comment.