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

Update array_record build rules to allow local/ARM pip wheel builds. #78

Closed
wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link

Update array_record build rules to allow local/ARM pip wheel builds.

Related to #72 - allows building the pip package locally on ARM (or any other
platform).

  • Added environment variables for the crosstool toolchain (CROSSTOOL_TOP) and
    the auditwheel platform (AUDITWHEEL_PLATFORM).
  • Created a Docker file for ARM builds.
  • Modified build scripts to allow building either locally (build_whl.sh),
    or with the docker container (docker_runner.sh).
  • Updated TensorFlow dependency to 2.12.1. ARM builds are only released
    starting at TF 2.12.

Closes #72.

@copybara-service copybara-service bot force-pushed the test_559191606 branch 2 times, most recently from 650d5d9 to 0d3050c Compare August 22, 2023 19:53
Related to #72 - allows building the pip package locally on ARM (or any other
platform).

- Added environment variables for the crosstool toolchain (`CROSSTOOL_TOP`) and
  the auditwheel platform (`AUDITWHEEL_PLATFORM`).
- Created a Docker file for ARM builds.
- Modified build scripts to allow building either locally (`build_whl.sh`),
  or with the docker container (`docker_runner.sh`).
- Updated TensorFlow dependency to 2.12.1.  ARM builds are only released
  starting at TF 2.12.

Closes #72.

PiperOrigin-RevId: 559191606
@copybara-service copybara-service bot force-pushed the test_559191606 branch 2 times, most recently from df248ee to 65e6b31 Compare August 23, 2023 16:14
@copybara-service copybara-service bot closed this Aug 23, 2023
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.

1 participant