Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assert that time_t is 64-bit #101568

Closed
wants to merge 1 commit into from

Assert that time_t is 64-bit

8657f6d
Select commit
Loading
Failed to load commit list.
Closed

Assert that time_t is 64-bit #101568

Assert that time_t is 64-bit
8657f6d
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 26, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Build Failures

runtime / Build / linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Failed to build "CoreCLR component".
    ❌src/coreclr/runtime.proj(96,5): error MSB3073: The command ""/__w/1/s/src/coreclr/build-runtime.sh" -arm -release -ci -cross -os linux -outputrid linux-arm -cmakeargs "-DCLR_DOTNET_HOST_PATH=/__w/1/s/.dotnet/dotnet" -cmakeargs "-DCDAC_BUILD_TOOL_BINARY_PATH=/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/cdac-build-tool/cdac-build-tool.dll"" exited with code 2.

runtime / Build / linux-arm Debug AllSubsets_Mono / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/native/libs/System.Security.Cryptography.Native/pal_x509.c(70,1): error GD8D85BDA: static assertion failed due to requirement 'sizeof(long) == sizeof(long long)':
    ❌src/native/libs/build-native.proj(67,5): error MSB3073: The command ""/__w/1/s/src/native/libs/build-native.sh" arm Debug outconfig net9.0-linux-Debug-arm -os linux -numproc 4 -cross " exited with code 2.

Known test errors

Was this helpful? Yes No