Sign in
bazel
/
bazel
/
6e91eb9485a7a3aabdd3dd83ef2370251a43bf94
/
scripts
9c5deb6
Requires JDK 8
by Damien Martin-Guillerez
· 10 years ago
f9b1c33
Allow CI to run the build script without storing the output artifacts
by Damien Martin-Guillerez
· 10 years ago
c375ea1
Add the filename to SHA256 files
by Damien Martin-Guillerez
· 10 years ago
7e6351a
Fix release to github script
by Damien Martin-Guillerez
· 10 years ago
c338da3
by Damien Martin-Guillerez
· 10 years ago
2c2e70d
Fix the installer and fixing the package shiped into binary version of Bazel.
by Damien Martin-Guillerez
· 10 years ago
4e21d90
Remove BUILD.glob and incorporate the necessary filegroups into the android_{ndk,sdk}_repository rules themselves.
by Lukacs Berki
· 10 years ago
e8f8dc5
Installer: ship the Bash completion script and add a finish message
by Damien Martin-Guillerez
· 10 years ago
e17ec60
Run bazel to unpack the install base at the end of the installer
by Damien Martin-Guillerez
· 10 years ago
311801a
Unbreak the CI on Darwin
by Damien Martin-Guillerez
· 10 years ago
2984f1c
Adds some safety checks in the Bazel installer
by Damien Martin-Guillerez
· 10 years ago
dbf5cad
Setup the ci build to test also Android tests when available
by Damien Martin-Guillerez
· 10 years ago
f4888b1
Do not remove the bin directory before installing.
by Damien Martin-Guillerez
· 10 years ago
2b1763a
Change URLs to bazelbuild
by Kristina Chodorow
· 10 years ago
8f54c11
Bazel installer: removing trailing quote in bazelrc
by Damien Martin-Guillerez
· 10 years ago
c9fa708
Renamed the installer to bazel-$VERSION-installer-$PLATFORM.sh
by Damien Martin-Guillerez
· 10 years ago
a1d9396
Add detections for installed JDK and unzip in the Bazel installer.
by Damien Martin-Guillerez
· 10 years ago
ea9a436
Add the tools/defaults/BUILD file to the installer script
by Damien Martin-Guillerez
· 10 years ago
8dc5fb2
Fix word wrapping determinism on BSD / Linux
by Damien Martin-Guillerez
· 10 years ago
709bc61
Port to FreeBSD.
by Doug Rabson
· 10 years ago
43c4a1a
Execute spawns inside sandboxes to improve hermeticity (spawns can no longer use non-declared inputs) and safety (spawns can no longer affect the host system, e.g. accidentally wipe your home directory). This implementation works on Linux only and uses Linux containers ("namespaces").
by Philipp Wollermann
· 10 years ago
d5079a5
Require an android_local_tools_repository stanza in the WORKSPACE file so that Bazel finds Android tools and update the tools themselves to handle their new location.
by Lukacs Berki
· 10 years ago
ad67cc4
Make setup-intellij.sh work again.
by Lukacs Berki
· 10 years ago
c3842df
CI scripts: another fix after moving from .ci/ to scripts/ci
by Damien Martin-Guillerez
· 10 years ago
e4ead96
CI scripts: fix path to common.sh
by Damien Martin-Guillerez
· 10 years ago
cc07634
Tweak CI script to not run tests tagged as manual.
by Erik Kuefler
· 10 years ago
f7a3931
CI scripts for the release process
by Damien Martin-Guillerez
· 10 years ago
8c28813
Add native support for linux on ARM Cpu (32 bits)
by Zhong Wang
· 10 years ago
78c0cc7
Avoid command line argument mangling on Windows.
by Dmitry Lomov
· 10 years ago
6ac7bd5
Fix //scripts/release:release_test
by Damien Martin-Guillerez
· 10 years ago
4954342
Disable failing Bazel release test so that we can push.
by Lukacs Berki
· 10 years ago
fa15d39
Bazel release process scripts
by Damien Martin-Guillerez
· 10 years ago
ab13f68
Create a binary packager for Bazel
by Damien Martin-Guillerez
· 10 years ago
3052446
Make intellij setup not recompile bazel quite as much
by Kristina Chodorow
· 10 years ago
3b61b2c
Release note scripts: fix fmt usage under Linux
by Damien Martin-Guillerez
· 10 years ago
b9db29a
Add --noshow_progress when performing queries in the CI script.
by Erik Kuefler
· 10 years ago
d019eea
Bazel release notes creation
by Damien Martin-Guillerez
· 10 years ago
5f66155
Use blaze_util_mingw.cc for bootstrapping on Windows.
by Dmitry Lomov
· 10 years ago
76c27a7
Wrap zip step into run_silent in compile.sh
by Damien Martin-Guillerez
· 10 years ago
8a0ce7b
Set up protobuf compilers on Windows correctly for bootstrapping.
by Googler
· 10 years ago
0f5e3a0
Adds main/java/src to the base workspace. This is to enable src/tools/android/java/com/google/devtools/build/android:android_builder_lib to depend on src/main/java:options.
by Alex Humesky
· 10 years ago
025b189
Update setup-intellij to get it working again.
by Janak
· 10 years ago
d3f7eda
Adds gen jar and manifest proto outputs.
by Alex Humesky
· 10 years ago
f2b1fd6
Make intellij-setup.sh work again.
by Lukacs Berki
· 10 years ago
f54fc60
rm -rf "${base_workspace}/src" since it is a directory.
by David Chen
· 10 years ago
f598710
Link in src/tools/android to base_workspace.
by Lukacs Berki
· 10 years ago
5bae07e
Update CI script to build against a common ancestor of origin/master and HEAD
by Thomas Broyer
· 10 years ago
7d1dae3
Create an example script for CI servers.
by Andrew Z Allen
· 10 years ago
78f2e94
Make bazel compile error out when there's a run_silent command that fails
by Kristina Chodorow
· 10 years ago
50d124b
Support the --[no]master_bazelrc flag
by Damien Martin-Guillerez
· 10 years ago
338dc56
Disable tests that requires JDK 8 when using compile.sh
by Damien Martin-Guillerez
· 10 years ago
8104c5b
Lower the requirement to Java 7
by Damien Martin-Guillerez
· 10 years ago
841751e
Use --expunge to bazel clean for the deterministic test
by Damien Martin-Guillerez
· 10 years ago
43b2ea7
Added /etc/bazel.bazelrc as a global Bazel's master rc.
by Damien Martin-Guillerez
· 10 years ago
e753ecf
Get jdk.WORKSPACE into the default WORKSPACE file by reading it as a Java resource, then passing it to the parser as a string instead of putting it into embedded_binaries then passing a Path to it to the parser.
by Lukacs Berki
· 10 years ago
19f3413
Improve platform and CPU detection, use the correct protoc binary for the running system.
by Philipp Wollermann
· 10 years ago
86746ce
Fix permissions for zip files
by Kristina Chodorow
· 10 years ago
0bf90f7
Remove tools/jdk/jdk symbolic link creation
by Damien Martin-Guillerez
· 10 years ago
580cd69
Fix order of redirection in compile.sh
by Damien Martin-Guillerez
· 10 years ago
eaaa5de
Add _bazel file to source tree.
by Cody Schroeder
· 10 years ago
855af61
Update Bazel's protobuf from 2.5.0 to 3.0.0-alpha3 for proto3 support.
by Philipp Wollermann
· 10 years ago
d47a8ef
Reorganized compile.sh
by Damien Martin-Guillerez
· 10 years ago
63f2703
Remove TODO now that Objective-C tooling has build files
by Damien Martin-Guillerez
· 10 years ago
aefa3d0
Bazel's eclipse project generation: use query function
by Damien Martin-Guillerez
· 10 years ago
9e51f22
Make the eclipse set-up more generic and support //external targets
by Damien Martin-Guillerez
· 10 years ago
f9971e6
Improved Eclipse support for the Bazel project
by Damien Martin-Guillerez
· 10 years ago
a0cb69e
Added resources folder for IntelliJ project generation
by Damien Martin-Guillerez
· 10 years ago
ee85e55
Add support for creating an IntelliJ project.
by Janak Ramakrishnan
· 10 years ago
cbebfc7
Set javabase for bash complete script generation.
by Damien Martin-Guillerez
· 10 years ago
5f9c6ba
Open-source Bazel bash completion script
by Damien Martin-Guillerez
· 10 years ago
4df86e4
Fixed Eclipse .classpath generation
by Damien Martin-Guillerez
· 10 years ago
07072b0
Fix of the .classpath generation under OS X
by Damien Martin-Guillerez
· 10 years ago
bd6d60b
Added script to generate an Eclipse project for Bazel
by Damien Martin-Guillerez
· 10 years ago