Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test --notest_verbose_timeout_warnings
# jsonschema validation library to compile
# the issue appears while including the formatter and specifically
# for the stmp format validation, which we don't use
build --action_env=EMCC_CFLAGS="-fexceptions -Wno-c++11-narrowing -Wno-unused-const-variable"
build --action_env=EMCC_CFLAGS="-fexceptions -Wno-c++11-narrowing -Wno-unused-const-variable -Wno-unused-command-line-argument"
build --incompatible_enable_cc_toolchain_resolution

build --enable_platform_specific_config
Expand Down
1 change: 1 addition & 0 deletions libs/api/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ genrule(
echo " getProgramEntryOperatorId(programId: string): string;" >> $@
echo " getProgramEntryPorts(programId: string): string;" >> $@
echo " getProgramOutputFilter(programId: string): string;" >> $@
echo " diagnoseProgram(programStr: string): string;" >> $@
echo " processBatch(programId: string, times: number[], values: number[], ports: string[]): string;" >> $@
echo "}" >> $@
echo "declare function factory(): Promise<RtBotEmbindModule>;" >> $@
Expand Down
Loading
Loading