Skip to content

Commit e45ee6a

Browse files
Check correct file for openssl deps updates
- When we changed the way OpenSSL is built to allow OpenSSL 3 testing, the deps.io job for checking OpenSSL broke. This restores OpenSSL 1.x version checks. Related https://gitlab.com/gitlab-org/gitlab/-/issues/341435 Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
1 parent b2cbef0 commit e45ee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dependencies:
125125
# openssl
126126
https://github.com/openssl/openssl.git:
127127
replace_in_files:
128-
- filename: config/software/openssl.rb
128+
- filename: config/software/openssl_1.rb
129129
pattern: "Gitlab::Version.new\\('openssl', 'OpenSSL_1_1_(\\S+)'\\)"
130130
tag_prefix: 'OpenSSL_1_1_'
131131
semver: false

0 commit comments

Comments
 (0)