Skip to content

Bump to BUCK v2018.03.26.01 #19535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ aliases:

- &restore-cache-buck
keys:
- v3-buck-{{ arch }}-v2018.02.16.01
- v3-buck-{{ arch }}-v2018.03.26.01
- &save-cache-buck
paths:
- ~/buck
- ~/okbuck
key: v3-buck-{{ arch }}-v2018.02.16.01
key: v3-buck-{{ arch }}-v2018.03.26.01

- &restore-cache-watchman
keys:
Expand Down Expand Up @@ -140,7 +140,7 @@ aliases:
name: Install BUCK
command: |
if [[ ! -e ~/buck ]]; then
git clone https://github.com/facebook/buck.git ~/buck --branch v2018.02.16.01 --depth=1
git clone https://github.com/facebook/buck.git ~/buck --branch v2018.03.26.01 --depth=1
fi
cd ~/buck && ant
buck --version
Expand Down
2 changes: 1 addition & 1 deletion ContainerShip/Dockerfile.android-base
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LABEL maintainer="Héctor Ramos <[email protected]>"
ARG SDK_VERSION=sdk-tools-linux-3859397.zip
ARG ANDROID_BUILD_VERSION=26
ARG ANDROID_TOOLS_VERSION=26.0.3
ARG BUCK_VERSION=v2018.02.16.01
ARG BUCK_VERSION=v2018.03.26.01
ARG NDK_VERSION=10e
ARG NODE_VERSION=8.10.0
ARG WATCHMAN_VERSION=4.9.0
Expand Down