Skip to content

Commit 47bc5b5

Browse files
authored
Merge pull request #1 from bazelbuild/release-7.5.0
Release 7.5.0
2 parents d3bef49 + d4b904f commit 47bc5b5

File tree

5,102 files changed

+345551
-197790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,102 files changed

+345551
-197790
lines changed

.bazelci/build_bazel_binaries.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
---
22
platforms:
3-
centos7_java11_devtoolset10:
3+
centos7:
44
build_targets:
55
- "//src:bazel"
66
- "//src:bazel_nojdk"
77
build_flags:
88
- "-c"
99
- "opt"
10-
ubuntu1804:
10+
ubuntu2004:
1111
build_targets:
1212
- "//src:bazel"
1313
- "//src:bazel_nojdk"
1414
build_flags:
1515
- "-c"
1616
- "opt"
17-
ubuntu2004:
17+
ubuntu2004_arm64:
18+
build_targets:
19+
- "//src:bazel"
20+
- "//src:bazel_nojdk"
21+
build_flags:
22+
- "-c"
23+
- "opt"
24+
ubuntu2204:
1825
build_targets:
1926
- "//src:bazel"
2027
- "//src:bazel_nojdk"
@@ -37,27 +44,22 @@ platforms:
3744
build_flags:
3845
- "-c"
3946
- "opt"
40-
# TODO(pcloudy): Remove the following flag when we actually use Apple
41-
# Silicon machines for macos_arm64 platform
42-
- "--cpu=darwin_arm64"
4347
windows:
4448
build_flags:
4549
- "--copt=-w"
4650
- "--host_copt=-w"
47-
# TODO(pcloudy): Disable opt build due to https://github.com/bazelbuild/bazel/issues/16225
48-
# - "-c"
49-
# - "opt"
51+
- "-c"
52+
- "opt"
5053
build_targets:
5154
- "//src:bazel.exe"
5255
- "//src:bazel_nojdk.exe"
5356
windows_arm64:
5457
build_flags:
5558
- "--copt=-w"
5659
- "--host_copt=-w"
57-
# TODO(pcloudy): Disable opt build due to https://github.com/bazelbuild/bazel/issues/16225
58-
# - "-c"
59-
# - "opt"
60-
- "--cpu=x64_arm64_windows"
60+
- "-c"
61+
- "opt"
62+
- "--config=windows_arm64"
6163
build_targets:
6264
- "//src:bazel.exe"
6365
- "//src:bazel_nojdk.exe"

0 commit comments

Comments
 (0)