Skip to content

Commit 4159147

Browse files
committed
.env: temporary switch to source-based C# node building
v3.8 of C# node is the first version that is going to have every module in a single release build. Right now the format of release assets is not known, hence Dockerfile.sharp is still out-of-date and will be updated as soon as we have v3.8.0 published. Ref. #175. Signed-off-by: Anna Shaleva <[email protected]>
1 parent 47e1ffa commit 4159147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .env

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ DC_MIXED_7_IR=.docker/ir/docker-compose.mixed.7.yml
1818

1919
DF_GO=.docker/build/Dockerfile.golang
2020
DF_BENCH=.docker/build/Dockerfile.bench
21-
DF_SHARP=.docker/build/Dockerfile.sharp
22-
#DF_SHARP=.docker/build/Dockerfile.sharp.sources
21+
#DF_SHARP=.docker/build/Dockerfile.sharp
22+
DF_SHARP=.docker/build/Dockerfile.sharp.sources

0 commit comments

Comments
 (0)