Skip to content

Commit faaf9dd

Browse files
committed
update godbolt commit reference with typescript fixes, CMD updates
1 parent eef9967 commit faaf9dd

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Dockerfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
# ---------------- GLOBAL VARS ----------------
55
ARG NODE_VERSION=23.10.0
66

7-
# TODO: YAS please fix our lib/compilers/nsc-spirv.ts errors
8-
# ARG GODBOLT_REMOTE=https://github.com/compiler-explorer/compiler-explorer.git
9-
# ARG GODBOLT_SHA=cbbbe343dd1594c922a091b1e98b6c81dbe2c2b3
10-
11-
# TMP from original upstream
127
ARG GODBOLT_REMOTE=https://github.com/compiler-explorer/compiler-explorer.git
13-
ARG GODBOLT_SHA=6b5553d7267afe76ae4f2edceed3fb346309cc3d
8+
ARG GODBOLT_SHA=fc1b97ef9325eacbb8100d280aee0b0158a5adca
149

1510
ARG IMPL_NANO_BASE=mcr.microsoft.com/powershell
1611
ARG IMPL_NANO_TAG=lts-nanoserver-ltsc2022
@@ -89,5 +84,5 @@ PATH="C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;C:\Node"
8984
EXPOSE 10240
9085
WORKDIR C:\\Compiler-Explorer
9186
ENTRYPOINT ["cmd.exe", "/C"]
92-
CMD ["node", "--import=tsx", "./app.js"]
93-
# <...> --language HLSL, for instance
87+
CMD ["node", "--no-warnings", "--no-deprecation", "--import=tsx", "./app.js", "--language", "python"]
88+
# for instance, <...> --language HLSL; note we are running without any compilers in this example, one have to provide them

0 commit comments

Comments
 (0)