From 3619946b1a5da0d9198d22543386bfa20e1cbbe7 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Thu, 15 Feb 2018 13:43:15 +0000 Subject: [PATCH] devlib: Update devlib submodule Update devlib to benefit from this fix: 2954a73c1c8 Target: Generate a new tmp directory when creating shutils Without the fix, concurrent invocations of lisa-test will sometimes fail (e.g. when running the tests on two boards at the same time). --- libs/devlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/devlib b/libs/devlib index f0b58b32c..515095d9b 160000 --- a/libs/devlib +++ b/libs/devlib @@ -1 +1 @@ -Subproject commit f0b58b32c4fd7b6dc33c8a3f27fa8918e1023e69 +Subproject commit 515095d9b2898f2165c292b3276b2100b107389e -- GitLab