Signed-off-by: Adolf Belka <[email protected]> --- config/rootfiles/core/199/filelists/aarch64/rust | 1 + config/rootfiles/core/199/filelists/riscv64/rust | 1 + config/rootfiles/core/199/filelists/x86_64/rust | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/199/filelists/aarch64/rust create mode 120000 config/rootfiles/core/199/filelists/riscv64/rust create mode 120000 config/rootfiles/core/199/filelists/x86_64/rust
diff --git a/config/rootfiles/core/199/filelists/aarch64/rust b/config/rootfiles/core/199/filelists/aarch64/rust new file mode 120000 index 000000000..3bf2aafc1 --- /dev/null +++ b/config/rootfiles/core/199/filelists/aarch64/rust @@ -0,0 +1 @@ +../../../../common/aarch64/rust \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/riscv64/rust b/config/rootfiles/core/199/filelists/riscv64/rust new file mode 120000 index 000000000..e7404a1d2 --- /dev/null +++ b/config/rootfiles/core/199/filelists/riscv64/rust @@ -0,0 +1 @@ +../../../../common/riscv64/rust \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/x86_64/rust b/config/rootfiles/core/199/filelists/x86_64/rust new file mode 120000 index 000000000..9c589e0aa --- /dev/null +++ b/config/rootfiles/core/199/filelists/x86_64/rust @@ -0,0 +1 @@ +../../../../common/x86_64/rust \ No newline at end of file -- 2.51.0
