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

Add Native AOT smoke test #82

Merged
merged 38 commits into from
Sep 11, 2020

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    5bcbc4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ead94c View commit details
    Browse the repository at this point in the history
  3. Try again

    MichalStrehovsky committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    9c1d255 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Sigh

    MichalStrehovsky committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    0276669 View commit details
    Browse the repository at this point in the history
  2. What else is there

    MichalStrehovsky committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    50cb002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b6fd62 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Not this way

    MichalStrehovsky committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    ead11fc View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    c9f9109 View commit details
    Browse the repository at this point in the history
  2. Build accelerator

    MichalStrehovsky committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    6cec9ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64775ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a93001e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eaef11 View commit details
    Browse the repository at this point in the history
  6. Fix up build script

    MichalStrehovsky committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    71338af View commit details
    Browse the repository at this point in the history
  7. Ok let's see

    MichalStrehovsky committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4b7a62d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44b8b4d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Revert "Maybe get linux support"

    This reverts commit 44b8b4d.
    MichalStrehovsky committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b640780 View commit details
    Browse the repository at this point in the history
  2. Revert "Build accelerator"

    This reverts commit 6cec9ba.
    MichalStrehovsky committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a236229 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    MichalStrehovsky committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    806b379 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ec632 View commit details
    Browse the repository at this point in the history
  5. Linux support

    MichalStrehovsky committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    2d2c084 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    d0c3ca8 View commit details
    Browse the repository at this point in the history
  2. Maybe fix linux

    MichalStrehovsky committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f79f81c View commit details
    Browse the repository at this point in the history
  3. Yaml bs

    /eng/pipelines/runtimelab/runtimelab-post-build-steps.yml (Line: 8, Col: 1): Unexpected value 'variables'
    MichalStrehovsky committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    0e28c08 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Build accelerator""

    This reverts commit a236229.
    MichalStrehovsky committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    ae0cd8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b27d04 View commit details
    Browse the repository at this point in the history
  6. Sigh

    MichalStrehovsky committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    da4fc0b View commit details
    Browse the repository at this point in the history
  7. Revert "Revert "Revert "Build accelerator"""

    This reverts commit ae0cd8d.
    MichalStrehovsky committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4740d5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa7c9a1 View commit details
    Browse the repository at this point in the history
  9. Try to fix linux

    MichalStrehovsky committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    8fbc531 View commit details
    Browse the repository at this point in the history
  10. Do we need this?

    MichalStrehovsky committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    582faad View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Revert "Do we need this?"

    This reverts commit 582faad.
    MichalStrehovsky committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    4ce9680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790737a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c9238e View commit details
    Browse the repository at this point in the history
  4. CR feedback

    MichalStrehovsky committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    27578b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4de5b88 View commit details
    Browse the repository at this point in the history
  6. Fix building JIT without runtime on Linux

    * Don't build createdump
    * We need mscorrc
    MichalStrehovsky committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    33c4c6e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    77a2599 View commit details
    Browse the repository at this point in the history
  2. Add comment

    MichalStrehovsky committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e7646b4 View commit details
    Browse the repository at this point in the history