Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-20Merge pull request #10284 from sjsinju/not_unmountStephen Toub
ARM-CI : Add logging for getting the reason of unmounting issue.
2016-08-01ARM-CI : Check a device is already mounted while mounting a device.sjsujin.kim
Now ARM-CI makes building failure frequently with below messages. http://dotnet-ci.cloudapp.net/job/dotnet_corefx/job/master/job/linuxarmemulator_cross_release/127/console 19:21:33 + unmount_rootfs /opt/linux-arm-emulator-root/dev 19:21:33 + local rootfsFolder=/opt/linux-arm-emulator-root/dev 19:21:33 + grep -qs /opt/linux-arm-emulator-root/dev /proc/mounts 19:21:33 + sudo umount /opt/linux-arm-emulator-root/dev umount: /opt/linux-arm-emulator-root/dev: device is busy. 19:21:33 (In some cases useful info about processes that use 19:21:33 the device is found by lsof(8) or fuser(1)) 19:21:33 Build step 'Execute shell' marked build as failure I suggest though the script is exited by any cases, the script would not run un-mounting. But whenever CI is running and mounting a device, It will check the device is already mounted. I think this error is occurred from the script of running tests. I hope to resolve this problem As soon as possible. In before resolving this problem, It would rather apply it than errors are occurred.
2016-07-29Modify variable ROOTFS_DIR to call both build-native and build-managed (#10407)Mariana Rios Flores
Modify variable ROOTFS_DIR to call both build-native and build-managed and stop passing Platform=arm-soft for build-managed
2016-07-28Changing dev workflow scripts to use the Run Command Tool (#10231)Mariana Rios Flores
Changes to dev workflow scripts to use run command tool.
2016-07-27ARM-CI : Add logging for getting the reason of unmounting issue.sjsujin.kim
Recently I find unmount error frequently. (http://dotnet-ci.cloudapp.net/job/dotnet_corefx/job/master/job/linuxarmemulator_cross_debug/106/console) So I would take some below actions temoprarily. I think this problem is different from CoreCLR. We have to get logs when the mounting error is occurred. 1. Re-enable the automatic checks for ARM emulator. 2. Add logging for getting the reason of unmounting issue.
2016-07-08ARM-CI: Enable build of managed componentsPrajwal A N
To ensure that the native and managed components are built on the same source code, enable managed build as well. Tests are not needed Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
2016-07-07ARM-CI: Add CI checks for Linux ARM EmulatorPrajwal A N
Some changes to the native part of corefx breaks builds for the Linux ARM Emulator. Thus adding CI checks for native part of corefx using cross build based on the emulator rootfs. Signed-off-by: Prajwal A N <an.prajwal@samsung.com>