File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 82
82
- checkout
83
83
- install-bazel-linux
84
84
- run : bazel build //:assemble-platform
85
- - run : bazel build //:assemble-targz
85
+ - run : bazel build //:assemble-linux- targz
86
86
- run : |
87
87
mkdir -p ~/src
88
88
mkdir -p ~/dist
Original file line number Diff line number Diff line change @@ -149,15 +149,13 @@ assemble_jvm_platform(
149
149
windows_menu_group = "TypeDB Studio" ,
150
150
)
151
151
152
+ # A little misleading. Because of the way our java_deps target is generated, this will actually produce a Mac runner
153
+ # if built on Mac, and fail to produce anything useful if built on Windows.
152
154
assemble_targz (
153
- name = "assemble-targz" ,
155
+ name = "assemble-linux- targz" ,
154
156
targets = [":assemble-deps" , "//binary:assemble-bash-targz" ],
155
157
additional_files = assemble_files ,
156
- output_filename = "typedb-studio-" + select ({
157
- "@vaticle_dependencies//util/platform:is_mac" : "mac" ,
158
- "@vaticle_dependencies//util/platform:is_linux" : "linux" ,
159
- "//conditions:default" : "INVALID" ,
160
- }),
158
+ output_filename = "typedb-studio-linux" ,
161
159
visibility = ["//:__pkg__" ],
162
160
)
163
161
You can’t perform that action at this time.
0 commit comments