Open anakrish opened 3 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: anakrish
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
/retest
/retest
/test all
@anakrish: The following tests failed, say /retest
to rerun all failed tests:
Test name | Commit | Details | Rerun command |
---|---|---|---|
pr-oeedger8r-cpp-Ubuntu1604BuildClang-8 | 919092f14cc01347d0f0d6daecf3c90c3f050698 | link | /test pr-oeedger8r-cpp-Ubuntu1604BuildClang-8 |
pr-oeedger8r-cpp-Rhel8BuildClang-8 | 919092f14cc01347d0f0d6daecf3c90c3f050698 | link | /test pr-oeedger8r-cpp-Rhel8BuildClang-8 |
pr-oeedger8r-cpp-Ubuntu1804BuildClang-8 | 919092f14cc01347d0f0d6daecf3c90c3f050698 | link | /test pr-oeedger8r-cpp-Ubuntu1804BuildClang-8 |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by opening an issue when you hit one in your PR.
oe-nix-shell provides a nix based build environment for OE SDK. The build environment is reproducible. That is, on any machine that supports nix package manager, the same versions of build tools will be installed. The environment variables are also the same. Irrespective of what else is installed in the system, the build environment provided by oe-nix-shell is the same across all machines.
Though this PR tackles one of the core aspects of reproducible builds, namely that the build environment is reproducible, it does not address reproducible builds of the OE SDK. This is by design. Reproducible builds of OE SDK can be attempted once the use of Nix has been vetted out in the OE SDK's development and CI.
Signed-off-by: Anand Krishnamoorthi anakrish@microsoft.com