Skip to content

Commit a8d4e6d

Browse files
authored
ci: workaround for nix + gnutls + ubuntu24 issue (#5345)
1 parent e92c588 commit a8d4e6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nix/shell.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ echo nix/shell.sh: Entering a devShell
22
export SRC_ROOT=$(pwd)
33
export PATH=$SRC_ROOT/build/bin:$PATH
44

5+
# The GnuTlS config may restrict TLS versions in some environments,
6+
# so do not use any existing config file.
7+
export GNUTLS_SYSTEM_PRIORITY_FILE=
8+
59
# Function to display a formatted banner with the provided text
610
banner()
711
{

0 commit comments

Comments
 (0)