Skip to content

Commit

Permalink
Try penultimate commit from py2-support branch of compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed Aug 1, 2024
1 parent 4356e2c commit 52935d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chevah_build
Original file line number Diff line number Diff line change
Expand Up @@ -792,10 +792,10 @@ command_compat() {
execute pushd build
echo '##### Running chevah.compat tests... #####'
execute rm -rf compat
execute git clone https://github.com/chevah/compat.git
execute git clone https://github.com/chevah/compat.git -b py2-support
execute pushd compat
# Switch to last revision supporting Python 2.7.
execute git checkout d4a3dfc815e6cbfac5e0244a0ee22bf88627e76c
execute git checkout ffeb6f6830a4fc8f3d2fefdf2f4eb7f4db8cbcf4
# 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 52935d7

Please sign in to comment.