Skip to content

Commit

Permalink
Bump to BUCK v2018.03.26.01
Browse files Browse the repository at this point in the history
Summary:
Bumps CI to latest BUCK release.

Test Plan
---------

Run on Circle CI.

Release Notes
-------------

[INTERNAL] [MINOR] [Tests] - Bump to BUCK v2018.03.26.01
Closes #19535

Differential Revision: D8240382

Pulled By: hramos

fbshipit-source-id: 60812cc90542201b362ef264083dd79dbf5d9360
  • Loading branch information
hramos authored and facebook-github-bot committed Jun 1, 2018
1 parent 8dc3ba0 commit 1324e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 <hector@fb.com>"
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

0 comments on commit 1324e7b

Please sign in to comment.