1. 16 8月, 2019 1 次提交
    • O
      Enable hosted builds on arm64 (dotnet/core-setup#7696) · 4d6fbbb5
      Omair Majid 提交于
      To enable building core-setup on arm64 (hosted, not cross compiled), we
      need to do a few things:
      
      - Set the right TargetArchitecture
      
        Use the currently running architecture to decide the HostArch. Use that
        as the default value of TargetArchitecture, unless another value was
        provided by the build configuration.
      
      - Use the right coreclr JIT
      
        If we are cross-compiling, we need to use the x86_arm64 libclrjit.so.
        But if we are building on an arm64 host, we need to pick the normal-RID
        (eg, linux-arm64) libclrjit.so from the two:
      
          ./.packages/transport.runtime.linux-arm64.microsoft.netcore.jit/###/runtimes/linux-arm64/native/libclrjit.so
          ./.packages/transport.runtime.linux-arm64.microsoft.netcore.jit/###/runtimes/x64_arm64/native/libclrjit.so
      
      - Use a version of SourceLink that supports arm64
      
        We need to upgrade SourceLink to a version that contains
        https://github.com/dotnet/sourcelink/pull/288. This commit just
        updates it to the latest version.
      
      Fixes dotnet/core-setup#7653
      
      Commit migrated from https://github.com/dotnet/core-setup/commit/4b82b1edad5fb7b1f9e865a8429c2da33c921854
      4d6fbbb5
  2. 14 8月, 2019 1 次提交
  3. 13 8月, 2019 1 次提交
  4. 10 8月, 2019 3 次提交
  5. 09 8月, 2019 2 次提交
  6. 08 8月, 2019 1 次提交
  7. 07 8月, 2019 1 次提交
  8. 06 8月, 2019 3 次提交
  9. 03 8月, 2019 2 次提交
  10. 02 8月, 2019 1 次提交
  11. 31 7月, 2019 1 次提交
  12. 30 7月, 2019 1 次提交
  13. 27 7月, 2019 3 次提交
  14. 26 7月, 2019 1 次提交
  15. 25 7月, 2019 6 次提交
  16. 24 7月, 2019 1 次提交
  17. 23 7月, 2019 4 次提交
  18. 20 7月, 2019 7 次提交