Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Merge requests
  • !2715

Fix dev branch CircleCI

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open egpast requested to merge github/fork/egpast/dev into dev Jun 29, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

Currently, all dev branch publish_docs jobs are failing the Java 11 requirement.

A lot of things need to be changed to pass that requirement:

  • Install OpenJDK 11 instead of 8
  • Install new Android command-line tools. The old SDK tools don't support JDK 8. Oddly, the new tools don't install to the right location, so they need to be moved around a little before they'll work.
  • Install Python 3.9.4 (required by Ant)
  • Build Buck! Release-branch builds require Java 8, so we can't use those and hope to pass the version check.
  • Pass down our local Buck executable to docs/publish.sh and docs/soyweb-prod.sh. Otherwise, these scripts will try to use the Ant-bootstrapped Java 8 Buck instead of our locally built Java 11 Buck. They'll still use buck by default, so local usage is unaffected.

This has been tested by adding a couple tweaks in a separate branch to force publish_docs to run on commits and stop it from actually publishing, and then confirming that CircleCI passes.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/egpast/dev