This repository was archived by the owner on Feb 10, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +39
-0
lines changed
Expand file tree Collapse file tree 5 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 4242 path = tests/snudown/repo
4343 url = https://github.com/reddit/snudown.git
4444 ignore = all
45+ [submodule "tests/libmcs/repo "]
46+ path = tests/libmcs/repo
47+ url = https://gitlab.com/gtd-gmbh/libmcs
Original file line number Diff line number Diff line change 1+ transpile :
2+ autogen : true
3+
4+ refactor :
5+ autogen : true
6+ transforms :
7+ - remove_unused_labels
8+
9+ cargo.transpile :
10+ autogen : true
11+
12+ cargo.refactor :
13+ autogen : true
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -e; set -o pipefail
3+
4+ SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd) "
5+
6+ (cd " ${SCRIPT_DIR} /repo" && ./configure \
7+ --cross-compile=" " \
8+ --compilation-flags=" " \
9+ --disable-denormal-handling \
10+ --disable-long-double-procedures \
11+ --disable-complex-procedures \
12+ --little-endian \
13+ & > ../$( basename " $0 " ) .log
14+ )
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -e; set -o pipefail
3+
4+ SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd) "
5+
6+ make -C " $SCRIPT_DIR /repo" clean
7+ rm -f compile_commands.json
8+ intercept-build make -C " $SCRIPT_DIR /repo" -j$( nproc) & > $( basename " $0 " ) .log
Submodule
repo added at 58025fd
You can’t perform that action at this time.
0 commit comments