Skip to content

Instantly share code, notes, and snippets.

View stefanobaghino's full-sized avatar
🤔
Thinking

Stefano Baghino stefanobaghino

🤔
Thinking
View GitHub Profile

Bazel - How to add a newer version of Java

First find a JDK you want to use in Bazel, I will use Azul Zulu JDK 21 EA.

image

From the JDK vendor you choose you will need to find the download url and SHA256. In my case I find the download url by right clicking .zip and selecting Copy link address, and for the SHA256 I click the Checksum (SHA256) and copy the SHA256.

Now in your WORKFILE add the following

@svnlto
svnlto / install.md
Created December 12, 2011 22:59
Setup OS X 10.7 w/ homebrew, oh-my-zsh, rvm, nvm

Setup new Mac with OSX Lion from scratch

These commands are good as of 2011-07-27.

Install Xcode 4

The download/install takes a while so start it first. When it finishes downloading you will still need to run it to complete installation.

Really the nicest choice for a terminal on OSX right now, especially with Lion style full screen support.