2018-07-14 16:36:42 +01:00
|
|
|
{ stdenv, lib, fetchurl, runCommand, makeWrapper
|
|
|
|
, jdk, zip, unzip, bash, writeCBin, coreutils
|
|
|
|
, which, python, gnused, gnugrep, findutils
|
2017-11-10 17:05:55 +00:00
|
|
|
# Always assume all markers valid (don't redownload dependencies).
|
|
|
|
# Also, don't clean up environment variables.
|
|
|
|
, enableNixHacks ? false
|
2018-05-23 08:18:44 +01:00
|
|
|
# Apple dependencies
|
2018-07-29 12:51:06 +01:00
|
|
|
, cctools, clang, libcxx, CoreFoundation, CoreServices, Foundation
|
2017-11-10 17:05:55 +00:00
|
|
|
}:
|
2016-10-09 04:54:12 +01:00
|
|
|
|
2018-07-14 16:36:42 +01:00
|
|
|
let
|
|
|
|
srcDeps = stdenv.lib.singleton (
|
|
|
|
fetchurl {
|
|
|
|
url = "https://github.com/google/desugar_jdk_libs/archive/f5e6d80c6b4ec6b0a46603f72b015d45cf3c11cd.zip";
|
|
|
|
sha256 = "c80f3f3d442d8a6ca7adc83f90ecd638c3864087fdd6787ffac070b6f1cc8f9b";
|
|
|
|
}
|
|
|
|
);
|
|
|
|
|
|
|
|
distDir = runCommand "bazel-deps" {} ''
|
|
|
|
mkdir -p $out
|
|
|
|
for i in ${builtins.toString srcDeps}; do cp $i $out/$(stripHash $i); done
|
|
|
|
'';
|
|
|
|
|
|
|
|
defaultShellPath = lib.makeBinPath [ bash coreutils findutils gnugrep gnused which ];
|
|
|
|
|
2018-07-15 21:54:26 +01:00
|
|
|
in
|
2017-02-15 15:40:27 +00:00
|
|
|
stdenv.mkDerivation rec {
|
2016-10-09 04:54:12 +01:00
|
|
|
|
2018-07-27 19:43:15 +01:00
|
|
|
version = "0.15.2";
|
2016-10-09 04:54:12 +01:00
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
2017-09-03 12:56:21 +01:00
|
|
|
homepage = "https://github.com/bazelbuild/bazel/";
|
2016-10-09 04:54:12 +01:00
|
|
|
description = "Build tool that builds code quickly and reliably";
|
|
|
|
license = licenses.asl20;
|
2018-05-14 06:57:34 +01:00
|
|
|
maintainers = [ maintainers.mboes ];
|
2018-05-23 08:18:44 +01:00
|
|
|
platforms = platforms.linux ++ platforms.darwin;
|
2016-10-09 04:54:12 +01:00
|
|
|
};
|
|
|
|
|
2017-02-15 15:40:27 +00:00
|
|
|
name = "bazel-${version}";
|
2016-10-09 04:54:12 +01:00
|
|
|
|
2017-02-15 15:40:27 +00:00
|
|
|
src = fetchurl {
|
|
|
|
url = "https://github.com/bazelbuild/bazel/releases/download/${version}/bazel-${version}-dist.zip";
|
2018-07-27 19:43:15 +01:00
|
|
|
sha256 = "1w83zi6d9npi1jmiy022v92xp1cwdvn2qqgghlnl2v9sprryqlxz";
|
2015-03-25 15:12:02 +00:00
|
|
|
};
|
2016-10-09 04:54:12 +01:00
|
|
|
|
2017-02-15 15:40:27 +00:00
|
|
|
sourceRoot = ".";
|
|
|
|
|
2017-11-10 17:05:55 +00:00
|
|
|
patches = lib.optional enableNixHacks ./nix-hacks.patch;
|
|
|
|
|
2017-09-03 12:56:21 +01:00
|
|
|
# Bazel expects several utils to be available in Bash even without PATH. Hence this hack.
|
|
|
|
|
2018-05-23 08:18:44 +01:00
|
|
|
customBash = writeCBin "bash" ''
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
|
|
|
|
extern char **environ;
|
|
|
|
|
|
|
|
int main(int argc, char *argv[]) {
|
|
|
|
char *path = getenv("PATH");
|
2018-07-14 16:36:42 +01:00
|
|
|
char *pathToAppend = "${defaultShellPath}";
|
2018-05-23 08:18:44 +01:00
|
|
|
char *newPath;
|
|
|
|
if (path != NULL) {
|
|
|
|
int length = strlen(path) + 1 + strlen(pathToAppend) + 1;
|
|
|
|
newPath = malloc(length * sizeof(char));
|
|
|
|
snprintf(newPath, length, "%s:%s", path, pathToAppend);
|
|
|
|
} else {
|
|
|
|
newPath = pathToAppend;
|
|
|
|
}
|
|
|
|
setenv("PATH", newPath, 1);
|
|
|
|
execve("${bash}/bin/bash", argv, environ);
|
|
|
|
return 0;
|
|
|
|
}
|
2017-09-03 12:56:21 +01:00
|
|
|
'';
|
|
|
|
|
2018-06-13 06:32:16 +01:00
|
|
|
postPatch = stdenv.lib.optionalString stdenv.hostPlatform.isDarwin ''
|
2018-07-29 12:51:06 +01:00
|
|
|
# Disable Bazel's Xcode toolchain detection which would configure compilers
|
|
|
|
# and linkers from Xcode instead of from PATH
|
|
|
|
export BAZEL_USE_CPP_ONLY_TOOLCHAIN=1
|
|
|
|
|
|
|
|
# Framework search paths aren't added by bintools hook
|
|
|
|
# https://github.com/NixOS/nixpkgs/pull/41914
|
2018-06-13 06:32:16 +01:00
|
|
|
export NIX_LDFLAGS="$NIX_LDFLAGS -F${CoreFoundation}/Library/Frameworks -F${CoreServices}/Library/Frameworks -F${Foundation}/Library/Frameworks"
|
2018-07-29 12:51:06 +01:00
|
|
|
|
|
|
|
# libcxx includes aren't added by libcxx hook
|
|
|
|
# https://github.com/NixOS/nixpkgs/pull/41589
|
|
|
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -isystem ${libcxx}/include/c++/v1"
|
|
|
|
|
|
|
|
# don't use system installed Xcode to run clang, use Nix clang instead
|
|
|
|
sed -i -e "s;/usr/bin/xcrun clang;${clang}/bin/clang $NIX_CFLAGS_COMPILE $NIX_LDFLAGS -framework CoreFoundation;g" \
|
|
|
|
scripts/bootstrap/compile.sh \
|
|
|
|
src/tools/xcode/realpath/BUILD \
|
|
|
|
src/tools/xcode/stdredirect/BUILD \
|
|
|
|
tools/osx/BUILD
|
|
|
|
|
|
|
|
# clang installed from Xcode has a compatibility wrapper that forwards
|
|
|
|
# invocations of gcc to clang, but vanilla clang doesn't
|
|
|
|
sed -i -e 's;_find_generic(repository_ctx, "gcc", "CC", overriden_tools);_find_generic(repository_ctx, "clang", "CC", overriden_tools);g' tools/cpp/unix_cc_configure.bzl
|
|
|
|
|
|
|
|
sed -i -e 's;/usr/bin/libtool;${cctools}/bin/libtool;g' tools/cpp/unix_cc_configure.bzl
|
|
|
|
wrappers=( tools/cpp/osx_cc_wrapper.sh tools/cpp/osx_cc_wrapper.sh.tpl )
|
|
|
|
for wrapper in "''${wrappers[@]}"; do
|
|
|
|
sed -i -e "s,/usr/bin/install_name_tool,${cctools}/bin/install_name_tool,g" $wrapper
|
|
|
|
done
|
2018-06-13 06:32:16 +01:00
|
|
|
'' + ''
|
2017-09-03 12:56:21 +01:00
|
|
|
find src/main/java/com/google/devtools -type f -print0 | while IFS="" read -r -d "" path; do
|
|
|
|
substituteInPlace "$path" \
|
|
|
|
--replace /bin/bash ${customBash}/bin/bash \
|
|
|
|
--replace /usr/bin/env ${coreutils}/bin/env
|
2017-02-15 15:40:27 +00:00
|
|
|
done
|
2018-05-14 06:48:17 +01:00
|
|
|
# Fixup scripts that generate scripts. Not fixed up by patchShebangs below.
|
|
|
|
substituteInPlace scripts/bootstrap/compile.sh \
|
|
|
|
--replace /bin/sh ${customBash}/bin/bash
|
2018-07-15 21:54:26 +01:00
|
|
|
|
|
|
|
echo "build --experimental_distdir=${distDir}" >> .bazelrc
|
|
|
|
echo "fetch --experimental_distdir=${distDir}" >> .bazelrc
|
2018-07-13 13:13:55 +01:00
|
|
|
echo "build --copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --copt=\"/g')\"" >> .bazelrc
|
|
|
|
echo "build --host_copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --host_copt=\"/g')\"" >> .bazelrc
|
|
|
|
echo "build --linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --linkopt=\"-Wl,/g')\"" >> .bazelrc
|
|
|
|
echo "build --host_linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --host_linkopt=\"-Wl,/g')\"" >> .bazelrc
|
|
|
|
sed -i -e "361 a --copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --copt=\"/g')\" \\\\" scripts/bootstrap/compile.sh
|
|
|
|
sed -i -e "361 a --host_copt=\"$(echo $NIX_CFLAGS_COMPILE | sed -e 's/ /" --host_copt=\"/g')\" \\\\" scripts/bootstrap/compile.sh
|
|
|
|
sed -i -e "361 a --linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --linkopt=\"-Wl,/g')\" \\\\" scripts/bootstrap/compile.sh
|
|
|
|
sed -i -e "361 a --host_linkopt=\"-Wl,$(echo $NIX_LDFLAGS | sed -e 's/ /" --host_linkopt=\"-Wl,/g')\" \\\\" scripts/bootstrap/compile.sh
|
2018-07-14 16:37:45 +01:00
|
|
|
|
|
|
|
# --experimental_strict_action_env (which will soon become the
|
|
|
|
# default, see bazelbuild/bazel#2574) hardcodes the default
|
|
|
|
# action environment to a value that on NixOS at least is bogus.
|
|
|
|
# So we hardcode it to something useful.
|
|
|
|
substituteInPlace \
|
|
|
|
src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRuleClassProvider.java \
|
|
|
|
--replace /bin:/usr/bin ${defaultShellPath}
|
|
|
|
|
2018-07-25 06:10:24 +01:00
|
|
|
# append the PATH with defaultShellPath in tools/bash/runfiles/runfiles.bash
|
|
|
|
echo "PATH=$PATH:${defaultShellPath}" >> runfiles.bash.tmp
|
|
|
|
cat tools/bash/runfiles/runfiles.bash >> runfiles.bash.tmp
|
|
|
|
mv runfiles.bash.tmp tools/bash/runfiles/runfiles.bash
|
|
|
|
|
2017-09-03 12:56:21 +01:00
|
|
|
patchShebangs .
|
2017-02-15 15:40:27 +00:00
|
|
|
'';
|
|
|
|
|
|
|
|
buildInputs = [
|
|
|
|
jdk
|
2017-09-03 12:56:21 +01:00
|
|
|
];
|
|
|
|
|
|
|
|
nativeBuildInputs = [
|
2017-02-15 15:40:27 +00:00
|
|
|
zip
|
2017-09-03 12:56:21 +01:00
|
|
|
python
|
2017-02-15 15:40:27 +00:00
|
|
|
unzip
|
2017-02-28 17:44:44 +00:00
|
|
|
makeWrapper
|
2017-05-19 04:14:50 +01:00
|
|
|
which
|
2017-09-03 12:56:21 +01:00
|
|
|
customBash
|
2018-07-29 12:51:06 +01:00
|
|
|
] ++ lib.optionals (stdenv.isDarwin) [ cctools clang libcxx CoreFoundation CoreServices Foundation ];
|
2017-02-28 07:33:48 +00:00
|
|
|
|
2017-02-15 15:40:27 +00:00
|
|
|
# If TMPDIR is in the unpack dir we run afoul of blaze's infinite symlink
|
|
|
|
# detector (see com.google.devtools.build.lib.skyframe.FileFunction).
|
|
|
|
# Change this to $(mktemp -d) as soon as we figure out why.
|
|
|
|
|
|
|
|
buildPhase = ''
|
2018-07-14 00:10:37 +01:00
|
|
|
export TMPDIR=/tmp/.bazel-$UID
|
2017-02-15 15:40:27 +00:00
|
|
|
./compile.sh
|
2018-07-27 19:45:43 +01:00
|
|
|
scripts/generate_bash_completion.sh \
|
|
|
|
--bazel=./output/bazel \
|
|
|
|
--output=output/bazel-complete.bash \
|
|
|
|
--prepend=scripts/bazel-complete-template.bash
|
2017-02-15 15:40:27 +00:00
|
|
|
'';
|
|
|
|
|
|
|
|
# Build the CPP and Java examples to verify that Bazel works.
|
2017-02-28 07:33:48 +00:00
|
|
|
|
2017-02-15 15:40:27 +00:00
|
|
|
doCheck = true;
|
|
|
|
checkPhase = ''
|
|
|
|
export TEST_TMPDIR=$(pwd)
|
2017-02-28 17:21:52 +00:00
|
|
|
./output/bazel test --test_output=errors \
|
|
|
|
examples/cpp:hello-success_test \
|
|
|
|
examples/java-native/src/test/java/com/example/myproject:hello
|
2017-02-15 15:40:27 +00:00
|
|
|
'';
|
|
|
|
|
|
|
|
installPhase = ''
|
|
|
|
mkdir -p $out/bin
|
|
|
|
mv output/bazel $out/bin
|
2018-06-25 11:46:19 +01:00
|
|
|
wrapProgram "$out/bin/bazel" --set JAVA_HOME "${jdk}"
|
2017-05-19 04:14:50 +01:00
|
|
|
mkdir -p $out/share/bash-completion/completions $out/share/zsh/site-functions
|
2018-07-27 19:45:43 +01:00
|
|
|
mv output/bazel-complete.bash $out/share/bash-completion/completions/bazel
|
2017-05-19 04:14:50 +01:00
|
|
|
cp scripts/zsh_completion/_bazel $out/share/zsh/site-functions/
|
2017-02-15 15:40:27 +00:00
|
|
|
'';
|
|
|
|
|
2017-11-10 17:06:10 +00:00
|
|
|
# Save paths to hardcoded dependencies so Nix can detect them.
|
|
|
|
postFixup = ''
|
|
|
|
mkdir -p $out/nix-support
|
2018-07-14 16:36:42 +01:00
|
|
|
echo "${customBash} ${defaultShellPath}" > $out/nix-support/depends
|
2017-11-10 17:06:10 +00:00
|
|
|
'';
|
|
|
|
|
2017-02-15 15:40:27 +00:00
|
|
|
dontStrip = true;
|
|
|
|
dontPatchELF = true;
|
|
|
|
}
|