aboutsummaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2023-03-08 06:17:50 -0800
committerCopybara-Service <copybara-worker@google.com>2023-03-08 06:19:10 -0800
commita1b31d0a4aad80263ea1fcea13a296893986be72 (patch)
treef45c2b1b56c85056bbe37eb2c2fb01687ada322f /kokoro
parentef7dc3bbbef14814639ebe152e2f65a1d545e6c5 (diff)
downloadtink-a1b31d0a4aad80263ea1fcea13a296893986be72.tar.gz
Remove the custom crypto::tink::util::Staus{|Or} implementation
Also remove Kokoro test scripts that used `--//config:tink_use_absl_statusor=True`. PiperOrigin-RevId: 515018353
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/gcp_ubuntu_per_language/cc/bazel_absl_status/run_tests.sh33
1 files changed, 0 insertions, 33 deletions
diff --git a/kokoro/gcp_ubuntu_per_language/cc/bazel_absl_status/run_tests.sh b/kokoro/gcp_ubuntu_per_language/cc/bazel_absl_status/run_tests.sh
deleted file mode 100644
index fa2eb746d..000000000
--- a/kokoro/gcp_ubuntu_per_language/cc/bazel_absl_status/run_tests.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/bash
-# Copyright 2021 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-################################################################################
-
-
-set -euo pipefail
-cd ${KOKORO_ARTIFACTS_DIR}/git/tink
-
-./kokoro/testutils/upgrade_gcc.sh
-
-cd cc
-use_bazel.sh $(cat .bazelversion)
-bazel build \
- --//config:tink_use_absl_status=True \
- --//config:tink_use_absl_statusor=True \
- -- ...
-bazel test \
- --//config:tink_use_absl_status=True \
- --//config:tink_use_absl_statusor=True \
- --test_output=errors \
- -- ...