Skip to content

Commit c74f442

Browse files
authored
ci: Disable broken rust dry-runs (#4384)
1 parent dcdb0ed commit c74f442

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

bindings/rust/generate.sh

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
set -e
5+
set -xe
66

77
# cd into the script directory so it can be executed from anywhere
88
pushd "$(dirname "${BASH_SOURCE[0]}")"
@@ -52,19 +52,6 @@ cargo publish --dry-run --allow-dirty
5252
cargo publish --dry-run --allow-dirty --all-features
5353
popd
5454

55-
# if this version has already been published we can run
56-
# additional validation to ensure there won't be build
57-
# problems when a new version is published
58-
if ! ./scripts/detect-new-release; then
59-
pushd s2n-tls
60-
cargo publish --dry-run --allow-dirty
61-
popd
62-
63-
pushd s2n-tls-tokio
64-
cargo publish --dry-run --allow-dirty
65-
popd
66-
fi
67-
6855
pushd integration
6956
cargo run
7057
popd

bindings/rust/scripts/detect-new-release

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)