Skip to content

Commit

Permalink
install osate rather than fmide
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbelt committed Apr 30, 2024
1 parent 77d7e4f commit 8373173
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/cache@v3
with:
path: kekinian/bin/mac/osate.app
key: ${{ runner.os }}-${{ hashFiles('jvm/src/main/resources/phantom_versions.properties') }}-osate
key: ${{ runner.os }}-${{ hashFiles('kekinian/hamr/codegen/jvm/src/main/resources/phantom_versions.properties') }}-osate
- name: Test
run: |
export COURSIER_CACHE=$GITHUB_WORKSPACE/cache/coursier
Expand All @@ -69,9 +69,11 @@ jobs:
################################################
# Install FMIDE
# Install OSATE
################################################
$SIREUM_HOME/bin/install/fmide.cmd --verbose
export OSATE_HOME=$SIREUM_HOME/bin/mac/osate.app
$SIREUM_HOME/hamr/codegen/bin/build.cmd install-osate-gumbo
.ci/test.cmd
6 changes: 4 additions & 2 deletions .github/workflows/CI-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/cache@v3
with:
path: kekinian\bin\win\osate
key: ${{ runner.os }}-${{ hashFiles('jvm\src\main\resources\phantom_versions.properties') }}-osate
key: ${{ runner.os }}-${{ hashFiles('kekinian\hamr\codegen\jvm\src\main\resources\phantom_versions.properties') }}-osate
- name: Check LongPathsEnabled
run: |
(Get-ItemProperty "HKLM:System\CurrentControlSet\Control\FileSystem").LongPathsEnabled
Expand Down Expand Up @@ -106,7 +106,9 @@ jobs:
set PATH=%SIREUM_HOME%\bin;%PATH%
call %SIREUM_HOME%\bin\install\fmide.cmd --verbose || goto :error
set OSATE_HOME=%SIREUM_HOME%\bin\win\osate

call %SIREUM_HOME%\hamr\codegen\bin\build.cmd install-osate-gumbo || goto :error

call .ci\test.cmd || goto :error

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/CI_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/cache@v3
with:
path: kekinian/bin/linux/osate
key: ${{ runner.os }}-${{ hashFiles('jvm/src/main/resources/phantom_versions.properties') }}-osate
key: ${{ runner.os }}-${{ hashFiles('kekinian/hamr/codegen/jvm/src/main/resources/phantom_versions.properties') }}-osate
- name: Test
run: |
export COURSIER_CACHE=$GITHUB_WORKSPACE/cache/coursier
Expand All @@ -69,9 +69,11 @@ jobs:
################################################
# Install FMIDE
# Install OSATE
################################################
$SIREUM_HOME/bin/install/fmide.cmd --verbose
export OSATE_HOME=$SIREUM_HOME/bin/linux/osate
$SIREUM_HOME/hamr/codegen/bin/build.cmd install-osate-gumbo
.ci/test.cmd

0 comments on commit 8373173

Please sign in to comment.