From e9d3569e08987e3d034a6c239d71ef8ec15c7cf2 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 24 Nov 2019 15:44:39 +0100 Subject: Run libcore tests --- build_sysroot/build_sysroot.sh | 1 - build_sysroot/prepare_sysroot_src.sh | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build_sysroot') diff --git a/build_sysroot/build_sysroot.sh b/build_sysroot/build_sysroot.sh index 26f6607b2aa..ff122e21e4f 100755 --- a/build_sysroot/build_sysroot.sh +++ b/build_sysroot/build_sysroot.sh @@ -12,7 +12,6 @@ popd >/dev/null # Cleanup for previous run # v Clean target dir except for build scripts and incremental cache rm -r target/*/{debug,release}/{build,deps,examples,libsysroot*,native} || true -rm -r sysroot_src/src/{libcore,libtest}/target/ || true rm Cargo.lock test_target/Cargo.lock 2>/dev/null || true rm -r sysroot/ 2>/dev/null || true diff --git a/build_sysroot/prepare_sysroot_src.sh b/build_sysroot/prepare_sysroot_src.sh index c96c3b36ba2..882454754ed 100755 --- a/build_sysroot/prepare_sysroot_src.sh +++ b/build_sysroot/prepare_sysroot_src.sh @@ -24,7 +24,8 @@ git commit -m "Initial commit" -q for file in $(ls ../../patches/ | grep -v patcha); do echo "[GIT] apply" $file git apply ../../patches/$file -git commit --no-gpg-sign -am "Patch $file" +git add -A +git commit --no-gpg-sign -m "Patch $file" done popd -- cgit 1.4.1-3-g733a5