Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit c527299

Browse files
author
Jinlin Zhang
authored
Create release (#2461)
* Added cache to CircleCI * Revert "Added cache to CircleCI" This reverts commit 573db13. * Upgraded to Python3 for docker build * Upgraded to Python3 for docker build * Upgrade Buck Release to python3
1 parent 9a7109c commit c527299

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

tools/release/platforms/chocolatey/buck.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<description>A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages including iOS, Android, C++, Java, and more.</description>
1919
<releaseNotes></releaseNotes>
2020
<dependencies>
21-
<dependency id="python2" version="[2.7.15, 3.0)" />
21+
<dependency id="python3" version="[3.6.2, 4.0)" />
2222
<dependency id="jdk8" version="8.0.172" />
2323
</dependencies>
2424
</metadata>

tools/release/platforms/debian/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN apt-get install -y --no-install-recommends curl ca-certificates \
1010
ca-certificates-java \
1111
ant \
1212
python3 \
13+
python3-distutils \
1314
groovy \
1415
ghc \
1516
equivs && \

tools/release/platforms/debian/buck.equivs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Package: buck
77
Version: v<VERSION>
88
Maintainer: team@buckaroo.pm
99
Recommends: watchman, nailgun
10-
Depends: openjdk-8-jre-headless, python2.7
10+
Depends: openjdk-8-jre-headless, python3, python3-distutils
1111
Architecture: all
1212
Copyright: LICENSE
1313
Readme: README.md

0 commit comments

Comments
 (0)