We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5d571 commit f7d503cCopy full SHA for f7d503c
.github/workflows/benchmark.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
sh ./tools/metacall-environment.sh $METACALL_INSTALL_OPTIONS
40
env:
41
- METACALL_INSTALL_OPTIONS: base python nodejs ruby netcore7 backtrace
+ METACALL_INSTALL_OPTIONS: base python nodejs ruby # TODO: Implement NetCore once it works with MacOS
42
43
- name: Configure
44
@@ -49,7 +49,7 @@ jobs:
49
fi
50
bash ../tools/metacall-configure.sh $METACALL_CONFIGURE_OPTIONS
51
52
- METACALL_CONFIGURE_OPTIONS: release scripts python nodejs ruby netcore7 benchmarks
+ METACALL_CONFIGURE_OPTIONS: release scripts python nodejs ruby benchmarks # TODO: Implement NetCore once it works with MacOS
53
54
- name: Build
55
working-directory: ./build
0 commit comments