Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d004a70d authored by Martin Geisler's avatar Martin Geisler Committed by Gerrit Code Review
Browse files

Revert "pdl: Remove rustfmt from no_alloc test"

Revert submission 2586907

Reason for revert: http://b/283107621

Reverted changes: /q/submissionid:2586907

Change-Id: I4fe1eaf99308bcb619aaee5d73423ddb702aea33
parent 418cd123
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -381,8 +381,13 @@ python_test_host {
// Defaults for the rust_noalloc backend
genrule_defaults {
    name: "pdl_rust_noalloc_generator_defaults",
    cmd: "$(location :pdl) --output-format rust_no_alloc $(in) > $(out)",
    tools: [":pdl"],
    cmd: "set -o pipefail;" +
        " $(location :pdl) --output-format rust_no_alloc $(in) |" +
        " $(location :rustfmt) > $(out)",
    tools: [
        ":pdl",
        ":rustfmt",
    ],
}

// Generate the rust_noalloc backend srcs against the little-endian test vectors