Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish linux #31

Merged
merged 4 commits into from
Jun 19, 2023
Merged

Conversation

zbeucler2018
Copy link
Collaborator

This MR adds a GH workflow to build and python wheels for python 3.7-3.10 for linux. I also renamed test.yml to test-python.yml

@MatPoliquin MatPoliquin merged commit 3bba361 into Farama-Foundation:master Jun 19, 2023
6 checks passed
@zbeucler2018 zbeucler2018 deleted the publish-linux branch June 19, 2023 03:46
python_header_path=$(python3-config --cflags | awk -F '-I' '{print $2}' | awk '{print $1}')
cmake . -DBUILD_TESTS=ON -DBUILD_MANYLINUX=ON -DPYTHON_INCLUDE_DIR=$python_header_path
python setup.py -q build_ext -i -j3
make -j3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By default, retro builds with testing On which means that GZip is included in the build process.
I haven't looked at the other options but we should check which options are being used to build with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants