Skip to content

Commit df80cd0

Browse files
committed
Update
1 parent 4f75a74 commit df80cd0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
# ==============================================================================
16-
set -e -x
16+
set -x
1717

1818

1919
PYTHON=python3

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,13 @@ jobs:
305305
- name: Bazel on Linux
306306
shell: bash
307307
run: |
308-
set -x -e
308+
set -x
309309
echo export BAZEL_OPTIMIZATION="--config=optimization" # --config=linux_ci --config=cache
310-
if [[ "${EVENT_NAME}" == "push" && "${REPO_NAME}" == "tensorflow/io" ]]; then
311-
export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
312-
fi
313-
docker run -i --rm -v $PWD:/v -w /v --net=host gcr.io/tensorflow-testing/nosla-cuda11.2-cudnn8.1-ubuntu20.04-manylinux2014-multipython@sha256:48612bd85709cd014711d0b0f87e0806f3567d06d2e81c6e860516b87498b821 bash -x -e .github/workflows/build.bazel.sh python3.9
314-
echo sudo cp .bazelrc build/tensorflow_io/
310+
#if [[ "${EVENT_NAME}" == "push" && "${REPO_NAME}" == "tensorflow/io" ]]; then
311+
# export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
312+
#fi
313+
docker run -i -t -v $PWD:/v -w /v --net=host gcr.io/tensorflow-testing/nosla-cuda11.2-cudnn8.1-ubuntu20.04-manylinux2014-multipython@sha256:48612bd85709cd014711d0b0f87e0806f3567d06d2e81c6e860516b87498b821 bash -x .github/workflows/build.bazel.sh python3.9
314+
sudo cp .bazelrc build/tensorflow_io/
315315
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
316316
with:
317317
name: ${{ runner.os }}-bazel-bin

0 commit comments

Comments
 (0)