Skip to content

Commit f7d503c

Browse files
committed
Remove netcore completely.
1 parent 5e5d571 commit f7d503c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
sh ./tools/metacall-environment.sh $METACALL_INSTALL_OPTIONS
4040
env:
41-
METACALL_INSTALL_OPTIONS: base python nodejs ruby netcore7 backtrace
41+
METACALL_INSTALL_OPTIONS: base python nodejs ruby # TODO: Implement NetCore once it works with MacOS
4242

4343
- name: Configure
4444
run: |
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
bash ../tools/metacall-configure.sh $METACALL_CONFIGURE_OPTIONS
5151
env:
52-
METACALL_CONFIGURE_OPTIONS: release scripts python nodejs ruby netcore7 benchmarks
52+
METACALL_CONFIGURE_OPTIONS: release scripts python nodejs ruby benchmarks # TODO: Implement NetCore once it works with MacOS
5353

5454
- name: Build
5555
working-directory: ./build

0 commit comments

Comments
 (0)