~wooksong/neural-network-support/+git/bazel-dist:0.25.2-dist-debianize

Last commit made on 2022-12-16
Get this branch:
git clone -b 0.25.2-dist-debianize https://git.launchpad.net/~wooksong/neural-network-support/+git/bazel-dist

Branch merges

Branch information

Name:
0.25.2-dist-debianize
Repository:
lp:~wooksong/neural-network-support/+git/bazel-dist

Recent commits

b7bf21f... by Wook Song

Debian/rules: Apply workarounds for Jammy to all

This patch applies the workarounds for Jammy to all as follows:
- Create a symbolic link for the python fallback
- Fix the error related to "ambiguating new declaration of 'long int
  gettid()'"

Signed-off-by: Wook Song <email address hidden>

8d87476... by MyungJoo Ham

Support Ubuntu Jammy

1. From Jammy, we do not have python anymore. We have python3:
```
The following packages have unmet dependencies:
 builddeps:bazel : Depends: python but it is not installable
```
2. Jammy has gcc-11, which is not compatible with this old
version of protobuf. Force using gcc-10 in Jammy.

3. Jammy's unistd is updated.

e0fde4c... by Wook Song

[Dist/Debian] Set an environment variable to avoid JAVA OOM

This patch sets an environment variable in debian/rules to avoid JAVA
OOM.

Signed-off-by: Wook Song <email address hidden>

de72f89... by Wook Song

[Dist/Debian] Debianize bazel-dist v.0.25.2

This patch adds files for initial debianiztion for a stand-alone bazel,
named bazel-dist, v.0.25.2.

Signed-off-by: Wook Song <email address hidden>

649ab62... by Wook Song

[Dist] Add files required to build itself

This patch adds files required to build itself from bazel-0.25.2-dist,
which is officially released via github.

Signed-off-by: Wook Song <email address hidden>

318aebb... by Bazel Release System <email address hidden>

Release 0.25.2 (2019-05-10)

Baseline: 03662462941953dad23af88693804b8b1d4430b9

Cherry picks:

   + 3f7f255f9a8345b8898e3953e7e53d68106cc63d:
     Windows: fix native test wrapper's arg. escaping
   + afeb8d0b7fef619159fc8fbaaeb8bd41dd2619bd:
     Flip --incompatible_windows_escape_jvm_flags
   + 4299b6549cbc1b3e4494c91ed2f51d49b14c7980:
     Sort DirectoryNode children to ensure validity.
   + 231270c67d5aa771462245531fa9b2ee7d3d0ae8:
     Conditionally use deprecated signature for initWithContentsOfURL
   + 75a3a531b08e727ade4fa3cb0a574bd142727cce:
     Add http_archive entries for testing with various JDK versions.
   + 4a6354a3a5ca23583f8b62e3e439a04ce75b863f:
     Now that ubuntu1804 uses JDK 11, remove explicit
     ubuntu1804_java11 tests.
   + ae102fbde3c1ff87e4f67007a275fb30792a4e8d:
     Fix wrong name of ubuntu1804_javabase9 task.
   + 0020a97fdc20ca099ec6386771b20d3236f9890d:
     Remove @executable_path/Frameworks from rpaths
   + 130f86ded1ce84f959f0b78c065211902faed546:
     Download stderr/stdout to a temporary FileOutErr
   + 2ab38663592a9ccbcc1f6f75ed135ae315f4d9d9:
     Release 0.25.0 (2019-05-01)
   + ed48a4a5fddbd93b057c3aa726e15720d79dcf8f:
     Add implementation to removed methods to address
     https://github.com/bazelbuild/bazel/issues/8226
   + 81aefe7ee01cc73646a53f9c72ed40ead09f9f5a:
     Remove unsupported cpu attribute from cc_toolchains.
   + cccced1e7fc7eaf4ba8f2c9d73dbac72b2686df9:
     Release 0.25.1 (2019-05-07)
   + 0900660d67b53a56a13d1fa16a788e4cecbb1c0e:
     Use package identifier instead of package name
   + 85a5a2bd569a5274950fc7327a044c395248c024:
     Configure @androidsdk//:emulator_x86 and :emulator_arm to point
     to the unified emulator binary

* Add fix for https://github.com/bazelbuild/bazel/issues/8254
* Add fix for https://github.com/bazelbuild/bazel/issues/8280

d34157a... by Jingwen Chen <email address hidden>

Configure @androidsdk//:emulator_x86 and :emulator_arm to point to the unified emulator binary

Fixes #8280

Closes #8282.

Change-Id: If21e2119b0c9baef245412b0e5a0bdcfe270892e
PiperOrigin-RevId: 247489886

bebe540... by Danna Kelmer <email address hidden>

Use package identifier instead of package name

582b79e... by Bazel Release System <email address hidden>

Release 0.25.1 (2019-05-07)

Baseline: 03662462941953dad23af88693804b8b1d4430b9

Cherry picks:

   + 3f7f255f9a8345b8898e3953e7e53d68106cc63d:
     Windows: fix native test wrapper's arg. escaping
   + afeb8d0b7fef619159fc8fbaaeb8bd41dd2619bd:
     Flip --incompatible_windows_escape_jvm_flags
   + 4299b6549cbc1b3e4494c91ed2f51d49b14c7980:
     Sort DirectoryNode children to ensure validity.
   + 231270c67d5aa771462245531fa9b2ee7d3d0ae8:
     Conditionally use deprecated signature for initWithContentsOfURL
   + 75a3a531b08e727ade4fa3cb0a574bd142727cce:
     Add http_archive entries for testing with various JDK versions.
   + 4a6354a3a5ca23583f8b62e3e439a04ce75b863f:
     Now that ubuntu1804 uses JDK 11, remove explicit
     ubuntu1804_java11 tests.
   + ae102fbde3c1ff87e4f67007a275fb30792a4e8d:
     Fix wrong name of ubuntu1804_javabase9 task.
   + 0020a97fdc20ca099ec6386771b20d3236f9890d:
     Remove @executable_path/Frameworks from rpaths
   + 130f86ded1ce84f959f0b78c065211902faed546:
     Download stderr/stdout to a temporary FileOutErr
   + 2ab38663592a9ccbcc1f6f75ed135ae315f4d9d9:
     Release 0.25.0 (2019-05-01)
   + ed48a4a5fddbd93b057c3aa726e15720d79dcf8f:
     Add implementation to removed methods to address
     https://github.com/bazelbuild/bazel/issues/8226
   + 81aefe7ee01cc73646a53f9c72ed40ead09f9f5a:
     Remove unsupported cpu attribute from cc_toolchains.

Adding a commit which reintroduces the implementation for cc_common.compile and cc_common.link https://github.com/bazelbuild/bazel/issues/8226

88cdc94... by rosica <email address hidden>

Remove unsupported cpu attribute from cc_toolchains.

Fixes #8236

Issue #7075

RELNOTES: None.
PiperOrigin-RevId: 247014090