Skip to content

Commit

Permalink
Use last compat revision supporting Python 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed Aug 1, 2024
1 parent 7c690ac commit 7d4cb1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chevah_build
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,8 @@ command_compat() {
execute rm -rf compat
execute git clone https://github.com/chevah/compat.git --depth=1 -b py2-support
execute pushd compat
# Switch to last revision supporting Python 2.7.
execute git checkout d4a3dfc815e6cbfac5e0244a0ee22bf88627e76c
# Copy over current brink stuff, as some changes might require it.
execute cp ../../brink.{conf,sh} ./
# We patch the Python version to match the one that we have just built
Expand Down

0 comments on commit 7d4cb1e

Please sign in to comment.