blob: f5ff79edf654b095bec45bbe3da0257eb26ddafb [file] [log] [blame]
Jakob Buchgraber16ddead2018-02-22 18:47:15 +01001---
2platforms:
Yun Peng813e29a2022-05-17 18:43:54 +02003 ubuntu2004:
Yun Peng5c4776f2019-05-24 15:33:35 +02004 environment:
5 TF_IGNORE_MAX_BAZEL_VERSION: 1
Jakob Buchgraber16ddead2018-02-22 18:47:15 +01006 shell_commands:
Yun Pengcd980802022-04-22 10:43:30 +02007 - pip3 install portpicker keras_applications keras_preprocessing future packaging dataclasses
Yun Pengeb72f512023-06-21 14:37:11 +02008 - wget https://apt.llvm.org/llvm.sh && sudo bash llvm.sh 16
Yun Pengafd1e492020-02-13 14:50:36 +01009 - yes '' | python3 ./configure.py
László Csomor269c6862018-06-13 11:15:04 +020010 build_flags:
Yun Peng512fc382019-05-24 13:24:04 +020011 # Suppress warning messages from all actions
12 - "--output_filter=^$"
Yun Pengec365622023-08-17 14:39:29 +020013 - "--host_features=-force_no_whole_archive"
Jakob Buchgraber16ddead2018-02-22 18:47:15 +010014 build_targets:
15 - "//tensorflow/tools/pip_package:build_pip_package"
Yun Pengec365622023-08-17 14:39:29 +020016 macos:
17 environment:
18 TF_IGNORE_MAX_BAZEL_VERSION: 1
19 shell_commands:
Yun Peng9a93c432024-01-12 12:07:22 +010020 - pip3 install -U --user pip numpy wheel packaging requests opt_einsum portpicker mock
21 - pip3 install -U --user keras_preprocessing --no-deps
Yun Pengec365622023-08-17 14:39:29 +020022 - 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 Peng3f6b3932018-05-18 14:21:58 +020031 windows:
Yun Peng5c4776f2019-05-24 15:33:35 +020032 environment:
33 TF_IGNORE_MAX_BAZEL_VERSION: 1
Yun Peng892acd12020-02-18 18:55:23 +010034 BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC"
Yun Penga935a542018-05-18 15:08:53 +020035 batch_commands:
Yun Peng30708c02022-01-27 09:58:45 +010036 - pip3 install packaging
Yun Peng5c4776f2019-05-24 15:33:35 +020037 - echo.| python ./configure.py
Yun Peng3f6b3932018-05-18 14:21:58 +020038 build_flags:
Yun Peng512fc382019-05-24 13:24:04 +020039 # Suppress warning messages from all actions
40 - "--output_filter=^$"
Yun Pengec365622023-08-17 14:39:29 +020041 - "--host_features=-force_no_whole_archive"
Yun Peng3f6b3932018-05-18 14:21:58 +020042 build_targets:
43 - "//tensorflow/tools/pip_package:build_pip_package"