Skip to content

Commit caa11d7

Browse files
committed
Remove obsolete steps
1 parent 49d45e1 commit caa11d7

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
"${GITHUB_WORKSPACE}/bin/bazel" build :JdtJavaBuilder_deploy.jar
3535
cp -fv bazel-bin/JdtJavaBuilder_deploy.jar compiler/export/
3636
37-
- name: Build turbine_direct_binary_deploy.jar
38-
run: |
39-
"${GITHUB_WORKSPACE}/bin/bazel" build //compiler/third_party/turbine:turbine_direct_binary_deploy.jar
40-
cp -fv bazel-bin/compiler/third_party/turbine/turbine_direct_binary_deploy.jar compiler/tools/
41-
4237
- name: Test Compile
4338
run: |
4439
cd examples/

.github/workflows/tagged_release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
"${GITHUB_WORKSPACE}/bin/bazel" build :JdtJavaBuilder_deploy.jar
3737
cp -fv bazel-bin/JdtJavaBuilder_deploy.jar compiler/export/
3838
39-
- name: Build turbine_direct_binary_deploy.jar
40-
run: |
41-
"${GITHUB_WORKSPACE}/bin/bazel" build //compiler/third_party/turbine:turbine_direct_binary_deploy.jar
42-
cp -fv bazel-bin/compiler/third_party/turbine/turbine_direct_binary_deploy.jar compiler/tools/
43-
4439
- name: Test Compile
4540
run: |
4641
cd examples/

0 commit comments

Comments
 (0)