Skip to content

Commit 8fee279

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent ccb04b8 commit 8fee279

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build/dockerfiles/linux-libc-ubi9.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# https://registry.access.redhat.com/ubi9/nodejs-20
10-
FROM registry.access.redhat.com/ubi9/nodejs-22:9.6-1760386551 as linux-libc-ubi9-builder
10+
FROM registry.access.redhat.com/ubi9/nodejs-22:9.7-1771303197 as linux-libc-ubi9-builder
1111

1212
USER root
1313

@@ -48,7 +48,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\
4848
else \
4949
LIBKEYBOARD=""; echo "Warning: arch $(uname -m) not supported"; \
5050
fi; } \
51-
&& yum install -y --allowerasing $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
51+
&& yum install -y $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \
5252
&& yum -y clean all && rm -rf /var/cache/yum
5353

5454
#########################################################

code/src/vs/server/node/extensionHostConnection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export class ExtensionHostConnection extends Disposable {
247247
}
248248

249249
const env = await buildUserEnvironment(startParams.env, true, startParams.language, this._environmentService, this._logService, this._configurationService);
250+
this._log(`++++++++++++++++ Extension Host LD_LIBRARY_PATH before spawn: ${env['LD_LIBRARY_PATH'] ?? '<unset>'}`);
250251
removeDangerousEnvVariables(env);
251252

252253
let extHostNamedPipeServer: net.Server | null;

0 commit comments

Comments
 (0)