Skip to content

Commit

Permalink
Remove obsolete steps
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Jan 25, 2024
1 parent 49d45e1 commit caa11d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
"${GITHUB_WORKSPACE}/bin/bazel" build :JdtJavaBuilder_deploy.jar
cp -fv bazel-bin/JdtJavaBuilder_deploy.jar compiler/export/
- name: Build turbine_direct_binary_deploy.jar
run: |
"${GITHUB_WORKSPACE}/bin/bazel" build //compiler/third_party/turbine:turbine_direct_binary_deploy.jar
cp -fv bazel-bin/compiler/third_party/turbine/turbine_direct_binary_deploy.jar compiler/tools/
- name: Test Compile
run: |
cd examples/
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
"${GITHUB_WORKSPACE}/bin/bazel" build :JdtJavaBuilder_deploy.jar
cp -fv bazel-bin/JdtJavaBuilder_deploy.jar compiler/export/
- name: Build turbine_direct_binary_deploy.jar
run: |
"${GITHUB_WORKSPACE}/bin/bazel" build //compiler/third_party/turbine:turbine_direct_binary_deploy.jar
cp -fv bazel-bin/compiler/third_party/turbine/turbine_direct_binary_deploy.jar compiler/tools/
- name: Test Compile
run: |
cd examples/
Expand Down

0 comments on commit caa11d7

Please # to comment.