Jakob Buchgraber | 16ddead | 2018-02-22 18:47:15 +0100 | [diff] [blame] | 1 | --- |
| 2 | platforms: |
Yun Peng | 813e29a | 2022-05-17 18:43:54 +0200 | [diff] [blame] | 3 | ubuntu2004: |
Yun Peng | 5c4776f | 2019-05-24 15:33:35 +0200 | [diff] [blame] | 4 | environment: |
| 5 | TF_IGNORE_MAX_BAZEL_VERSION: 1 |
Jakob Buchgraber | 16ddead | 2018-02-22 18:47:15 +0100 | [diff] [blame] | 6 | shell_commands: |
Yun Peng | cd98080 | 2022-04-22 10:43:30 +0200 | [diff] [blame] | 7 | - pip3 install portpicker keras_applications keras_preprocessing future packaging dataclasses |
Yun Peng | eb72f51 | 2023-06-21 14:37:11 +0200 | [diff] [blame] | 8 | - wget https://apt.llvm.org/llvm.sh && sudo bash llvm.sh 16 |
Yun Peng | afd1e49 | 2020-02-13 14:50:36 +0100 | [diff] [blame] | 9 | - yes '' | python3 ./configure.py |
László Csomor | 269c686 | 2018-06-13 11:15:04 +0200 | [diff] [blame] | 10 | build_flags: |
Yun Peng | 512fc38 | 2019-05-24 13:24:04 +0200 | [diff] [blame] | 11 | # Suppress warning messages from all actions |
| 12 | - "--output_filter=^$" |
Yun Peng | ec36562 | 2023-08-17 14:39:29 +0200 | [diff] [blame] | 13 | - "--host_features=-force_no_whole_archive" |
Jakob Buchgraber | 16ddead | 2018-02-22 18:47:15 +0100 | [diff] [blame] | 14 | build_targets: |
| 15 | - "//tensorflow/tools/pip_package:build_pip_package" |
Yun Peng | ec36562 | 2023-08-17 14:39:29 +0200 | [diff] [blame] | 16 | macos: |
| 17 | environment: |
| 18 | TF_IGNORE_MAX_BAZEL_VERSION: 1 |
| 19 | shell_commands: |
Yun Peng | 9a93c43 | 2024-01-12 12:07:22 +0100 | [diff] [blame] | 20 | - pip3 install -U --user pip numpy wheel packaging requests opt_einsum portpicker mock |
| 21 | - pip3 install -U --user keras_preprocessing --no-deps |
Yun Peng | ec36562 | 2023-08-17 14:39:29 +0200 | [diff] [blame] | 22 | - yes '' | python3 ./configure.py |
| 23 | xcode_version: "14.3" |
| 24 | build_flags: |
| 25 | # Suppress warning messages from all actions |
| 26 | - "--output_filter=^$" |
| 27 | - "--remote_download_outputs=all" |
| 28 | - "--host_features=-force_no_whole_archive" |
| 29 | build_targets: |
| 30 | - "//tensorflow/tools/pip_package:build_pip_package" |
Yun Peng | 3f6b393 | 2018-05-18 14:21:58 +0200 | [diff] [blame] | 31 | windows: |
Yun Peng | 5c4776f | 2019-05-24 15:33:35 +0200 | [diff] [blame] | 32 | environment: |
| 33 | TF_IGNORE_MAX_BAZEL_VERSION: 1 |
Yun Peng | 892acd1 | 2020-02-18 18:55:23 +0100 | [diff] [blame] | 34 | BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC" |
Yun Peng | a935a54 | 2018-05-18 15:08:53 +0200 | [diff] [blame] | 35 | batch_commands: |
Yun Peng | 30708c0 | 2022-01-27 09:58:45 +0100 | [diff] [blame] | 36 | - pip3 install packaging |
Yun Peng | 5c4776f | 2019-05-24 15:33:35 +0200 | [diff] [blame] | 37 | - echo.| python ./configure.py |
Yun Peng | 3f6b393 | 2018-05-18 14:21:58 +0200 | [diff] [blame] | 38 | build_flags: |
Yun Peng | 512fc38 | 2019-05-24 13:24:04 +0200 | [diff] [blame] | 39 | # Suppress warning messages from all actions |
| 40 | - "--output_filter=^$" |
Yun Peng | ec36562 | 2023-08-17 14:39:29 +0200 | [diff] [blame] | 41 | - "--host_features=-force_no_whole_archive" |
Yun Peng | 3f6b393 | 2018-05-18 14:21:58 +0200 | [diff] [blame] | 42 | build_targets: |
| 43 | - "//tensorflow/tools/pip_package:build_pip_package" |