sekikn commented on PR #1274:
URL: https://github.com/apache/bigtop/pull/1274#issuecomment-2143917435

   +1, ensured that both Rocky 8 and Fedora 38 have python2 on aarch64.
   
   ```
   $ curl -sL https://github.com/apache/bigtop/pull/1274.diff | git apply
   $ cd docker/bigtop-puppet
   $ for i in centos-7 rockylinux-8 fedora-38; do ./build.sh trunk-$i; done
   $ cd -
   $ cd docker/bigtop-slaves
   $ for i in centos-7 rockylinux-8 fedora-38; do ./build.sh trunk-$i; done
   $ for i in centos-7 rockylinux-8 fedora-38; do docker run -it 
bigtop/slaves:trunk-$i-aarch64 python2 -V; done
   Python 2.7.5
   Python 2.7.18
   Python 2.7.18
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to