File: README.chromium

package info (click to toggle)
chromium 139.0.7258.127-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,122,068 kB
  • sloc: cpp: 35,100,771; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (52 lines) | stat: -rw-r--r-- 2,351 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Name: Java Development Kit
Short Name: JDK
URL: https://openjdk.java.net/
Version: 23
Update Mechanism: Autoroll
CPEPrefix: cpe:/a:oracle:openjdk
License: GPL-2.0
Security Critical: no
Shipped: no

Description:
The Java Development Kit (JDK) is a software development environment used for
developing Java applications and applets. (linux-x64)

Check Current Version:
 * run ./print_version.sh
 * Find the tag that looks like `version:2@<jdk version>.<md5 hash>`
 * The version is the <jdk version> part of the tag.

This Package is Auto-Rolled:
 * Minor versions are auto-rolled.
 * New instances are uploaded by the packager bot:
   https://ci.chromium.org/p/chromium/builders/ci/3pp-linux-amd64-packager
 * The bot autoruns every 6 hours. Ping a trooper or a clank-build-core@ dev to
   trigger it if you need it sooner:
   https://luci-scheduler.appspot.com/jobs/chromium/3pp-linux-amd64-packager
 * New packages are rolled automatically by:
   https://skia-autoroll.corp.goog/r/jdk-chromium

To roll to a new JDK major version:
 * File a bug under "Build > Android" to tag the roll commit with.
   * File a bug blocked on the first one under "Infra > Codesearch" to ask the team to verify Codesearch does not break from the roll.
   * Check for problems locally by:
     1) Download the new JDK to //third_party/jdk/current
     2) Add 'checkout_android_prebuilts_build_tools': True, to your .gclient custom_vars
     3) Use the GN args from https://ci.chromium.org/ui/p/infra/builders/codesearch/codesearch-gen-chromium-android
     4) Build: cd out/kythe; KYTHE_CORPUS=foo KYTHE_OUTPUT_DIRECTORY=$PWD KYTHE_ROOT_DIRECTORY=$PWD/../.. autoninja base:base_java
     5) Build: third_party/android_deps/fetch_all.py --local
        * If this fails, see: https://docs.gradle.org/current/userguide/compatibility.html
 * Test locally that builds (with Errorprone enabled) work.
 * Pause the auto-roller: https://skia-autoroll.corp.goog/r/jdk-chromium
 * Change the package in 3pp/fetch.py
 * Wait for the 3pp packager to create a new package
 * Land a manual roll by:
   * Updating Instance ID in //DEPS
     * Make sure to run the codesearch trybots "gen-android-try" and "gen-webview-try"
     * And also the 3pp trybot: "3pp-linux-amd64-packager"
   * Updating Version: at the top of this file.
 * Unpause the auto-roller.

Local Modifications:
None