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

New approach to squashfs images #798

Draft
wants to merge 173 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 5, 2022

  1. very much wip

    mattgodbolt committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    88747a4 View commit details
    Browse the repository at this point in the history
  2. some docs

    mattgodbolt committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    5937368 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Some updates

    mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6368502 View commit details
    Browse the repository at this point in the history
  2. LLVM 15 (#799)

    thedmd authored and mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    59f7794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf7dc83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dc26f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    396f775 View commit details
    Browse the repository at this point in the history
  6. Revert "Look for any python but...not a good solution to 'what about …

    …python3.8 and below'"
    
    This reverts commit 396f775.
    mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5cf9df0 View commit details
    Browse the repository at this point in the history
  7. arg

    mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f3afbcc View commit details
    Browse the repository at this point in the history
  8. arg

    mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    20da37f View commit details
    Browse the repository at this point in the history
  9. Maybe will regret this

    mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f301769 View commit details
    Browse the repository at this point in the history
  10. bleh

    mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7d9b365 View commit details
    Browse the repository at this point in the history
  11. Oops

    mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    8256cf2 View commit details
    Browse the repository at this point in the history
  12. todo

    mattgodbolt committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7e7dbcc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    84c6006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e678255 View commit details
    Browse the repository at this point in the history
  3. More wip

    mattgodbolt committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ff1c254 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. More wip

    mattgodbolt committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    69cb7df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bde0e1 View commit details
    Browse the repository at this point in the history
  3. python3.9 is minimum now

    mattgodbolt committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    da42017 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f195911 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    5838663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6b082 View commit details
    Browse the repository at this point in the history
  3. More WIP

    mattgodbolt committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    51dbec4 View commit details
    Browse the repository at this point in the history
  4. zomg

    mattgodbolt committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    031b7d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. More TODOs

    mattgodbolt committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    02d44a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    b791c4c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    6e286a7 View commit details
    Browse the repository at this point in the history
  2. Implement remove

    mattgodbolt committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    5511adc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    0305f2a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    16b20fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae515b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b94eef9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    b9b0bf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Bump alert

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    09bc573 View commit details
    Browse the repository at this point in the history
  2. fix google benchmark 1.6.2

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    51b729f View commit details
    Browse the repository at this point in the history
  3. Add Loongarch64 config (#853)

    Add 1 compiler for the Loongarch64 that has been introduced in GCC 12:
     https://gcc.gnu.org/gcc-12/changes.html
    
    refs compiler-explorer/compiler-explorer#4162
    
    Signed-off-by: Marc Poulhiès <[email protected]>
    dkm authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    77ec7dc View commit details
    Browse the repository at this point in the history
  4. Fix trailing whitespaces

    dkm authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a9b0b63 View commit details
    Browse the repository at this point in the history
  5. updated OSACA to 0.4.12 (#848)

    JanLJL authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c4a6c80 View commit details
    Browse the repository at this point in the history
  6. Add FRC 2023 Support (#851)

    RyanHir authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d3b25ce View commit details
    Browse the repository at this point in the history
  7. Minor tweaks

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8096c25 View commit details
    Browse the repository at this point in the history
  8. add stdexec C++ library (#854)

    trxcllnt authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    70e48db View commit details
    Browse the repository at this point in the history
  9. add nvhpc-sdk C++ compilers (#855)

    trxcllnt authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    07af06f View commit details
    Browse the repository at this point in the history
  10. Fix %% in output

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0376a2f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67c5cca View commit details
    Browse the repository at this point in the history
  12. Add SeqAn3 C++ library (#856)

    eseiler authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b5c196e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    620a1d0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8593cb8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    720686a View commit details
    Browse the repository at this point in the history
  16. Add Python 3.11 (#860)

    James Murphy authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2c4d913 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9fa9141 View commit details
    Browse the repository at this point in the history
  18. Ahem

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    cd01f50 View commit details
    Browse the repository at this point in the history
  19. Rust 1.65.0 (#862)

    Signed-off-by: Miguel Ojeda <[email protected]>
    ojeda authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    bfa981a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    756bc4d View commit details
    Browse the repository at this point in the history
  21. draft (#863)

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a57701e View commit details
    Browse the repository at this point in the history
  22. add make

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    306d598 View commit details
    Browse the repository at this point in the history
  23. comment

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d06705c View commit details
    Browse the repository at this point in the history
  24. attempt to add gpu node

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    163166a View commit details
    Browse the repository at this point in the history
  25. fix

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c7da1ae View commit details
    Browse the repository at this point in the history
  26. oops

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a5b9691 View commit details
    Browse the repository at this point in the history
  27. Update site-staging.sh

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    942f2cf View commit details
    Browse the repository at this point in the history
  28. change node installer url

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    619f510 View commit details
    Browse the repository at this point in the history
  29. new ami

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    fd9e810 View commit details
    Browse the repository at this point in the history
  30. gpu things

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2d6d0e1 View commit details
    Browse the repository at this point in the history
  31. i have no idea what im doing

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    704598a View commit details
    Browse the repository at this point in the history
  32. rename

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d82e1df View commit details
    Browse the repository at this point in the history
  33. use different port for gpu instance

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4b71d78 View commit details
    Browse the repository at this point in the history
  34. new ami

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8b9af68 View commit details
    Browse the repository at this point in the history
  35. install nvidia driver

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9f6119f View commit details
    Browse the repository at this point in the history
  36. fix env

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    3f54db1 View commit details
    Browse the repository at this point in the history
  37. new ami

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b81916c View commit details
    Browse the repository at this point in the history
  38. new dbtable

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e99cd72 View commit details
    Browse the repository at this point in the history
  39. errorfix

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4586349 View commit details
    Browse the repository at this point in the history
  40. fix devices

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f07aeb6 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    639afc7 View commit details
    Browse the repository at this point in the history
  42. new ami

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1662a55 View commit details
    Browse the repository at this point in the history
  43. policy things

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ef720bc View commit details
    Browse the repository at this point in the history
  44. enable gpu devices every startup

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9093e7c View commit details
    Browse the repository at this point in the history
  45. surprise!

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b9780bb View commit details
    Browse the repository at this point in the history
  46. Add c6x config (#864)

    Add new TI C6x config for C and C++ (c6x-elf).
    
    refs compiler-explorer/compiler-explorer#1806
    
    Signed-off-by: Marc Poulhiès <[email protected]>
    dkm authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e39c632 View commit details
    Browse the repository at this point in the history
  47. trap later

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6a6ec55 View commit details
    Browse the repository at this point in the history
  48. move openssl to libraries yaml (#866)

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    3cce9ae View commit details
    Browse the repository at this point in the history
  49. Add fmt 9.0.0 & 9.1.0 (#867)

    AbrilRBS authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d70d51a View commit details
    Browse the repository at this point in the history
  50. nevermind, not the issue

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    90293eb View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0a6f23d View commit details
    Browse the repository at this point in the history
  52. fixes

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    24e0c10 View commit details
    Browse the repository at this point in the history
  53. resilient post

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ce85ab2 View commit details
    Browse the repository at this point in the history
  54. dont ignore

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    da3189e View commit details
    Browse the repository at this point in the history
  55. Add sparc, sparc64 and sparc-leon compilers (#868)

    3 new gcc cross compilers for sparc, sparc64 and sparc-leon.
    
    refs compiler-explorer/compiler-explorer#266
    
    Signed-off-by: Marc Poulhiès <[email protected]>
    dkm authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8b3412e View commit details
    Browse the repository at this point in the history
  56. Add ROCm 5.3.2 (#857)

    cgmb authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    06e2f90 View commit details
    Browse the repository at this point in the history
  57. Add new version of Kalray's KVX compiler (#870)

    Add latest 4.10.0 compiler.
    
    refs compiler-explorer/compiler-explorer#4280
    
    Signed-off-by: Marc Poulhiès <[email protected]>
    dkm authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d8029e5 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    8da75c8 View commit details
    Browse the repository at this point in the history
  59. fix paramnames

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d9aa5d6 View commit details
    Browse the repository at this point in the history
  60. Add Python 3.11 to the testing (#865)

    cclauss authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e0cf86e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    c72c42b View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    903a855 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    96b672d View commit details
    Browse the repository at this point in the history
  64. more tweaks

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6aaa452 View commit details
    Browse the repository at this point in the history
  65. add gpu env

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    adec3b5 View commit details
    Browse the repository at this point in the history
  66. WIP on gpu refactor

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8435826 View commit details
    Browse the repository at this point in the history
  67. Add llvm-mos trunk. (#874)

    * Add llvm-mos trunk.
    
    This fetches the llvm-mos 6502 toolchain and SDK.
    
    See http://llvm-mos.org and https://github.com/llvm-mos/llvm-mos-sdk for
    details.
    
    * Use a nightly build for llvm-mos.
    mysterymath authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9ce0737 View commit details
    Browse the repository at this point in the history
  68. zomg bash

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    32d55d1 View commit details
    Browse the repository at this point in the history
  69. As terraformed

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6e8bf4c View commit details
    Browse the repository at this point in the history
  70. Remove older resources

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    bc1cb93 View commit details
    Browse the repository at this point in the history
  71. Spot pricing for GPU

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7156e7c View commit details
    Browse the repository at this point in the history
  72. autoscale the GPUses

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    69d8e88 View commit details
    Browse the repository at this point in the history
  73. add nvhpc-sdk 22.11 (#877)

    trxcllnt authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f8edc1a View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    92f73e9 View commit details
    Browse the repository at this point in the history
  75. Wait for 3.11 until we install it

    AbrilRBS authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    693ba2c View commit details
    Browse the repository at this point in the history
  76. Fix hpcsdk download

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e85769f View commit details
    Browse the repository at this point in the history
  77. add llvmmos compiler

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ed04c1a View commit details
    Browse the repository at this point in the history
  78. Update admin-daily-builds.sh

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b160680 View commit details
    Browse the repository at this point in the history
  79. move cmake install to yaml (#871)

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5503cfb View commit details
    Browse the repository at this point in the history
  80. add ninja to yaml (#872)

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    af67bdd View commit details
    Browse the repository at this point in the history
  81. Bump cryptography from 38.0.1 to 38.0.3 (#873)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3.
    - [Release notes](https://github.com/pyca/cryptography/releases)
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@38.0.1...38.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    51fb2d6 View commit details
    Browse the repository at this point in the history
  82. Keep old gpu builds too (#881)

    Also slight rephrasing of the environments to hopefully avoid forgetting this kind of things next time.
    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    44ab97b View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    f7aeb34 View commit details
    Browse the repository at this point in the history
  84. Fix lint

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    00a2df1 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    42ea267 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    fff936a View commit details
    Browse the repository at this point in the history
  87. Makefile: Add Python 3.11 (#876)

    * Makefile: Add Python 3.11
    
    https://docs.python.org/3.11/whatsnew/3.11.html
    
    * Update python-tests.yaml
    
    * Update releases.py
    cclauss authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c260522 View commit details
    Browse the repository at this point in the history
  88. add oneapi 2022.2.0 2022.2.1 (#884)

    rscohn2 authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ea7af50 View commit details
    Browse the repository at this point in the history
  89. Remove odin language

    It's not used, and fails to install:
    
    ```
    /opt/compiler-explorer/odin-dev-2022-08/odin: error while loading shared libraries: libLLVM-11.so.1: cannot open shared object file: No such file or directory
    ```
    
    See also compiler-explorer/compiler-explorer#4070
    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    b7bada2 View commit details
    Browse the repository at this point in the history
  90. Update dotnet.yaml (#869)

    * Update dotnet.yaml
    kasperk81 authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1f3845f View commit details
    Browse the repository at this point in the history
  91. Remove nuget dependency (#886)

    hez2010 authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    efdec92 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    de0b4bd View commit details
    Browse the repository at this point in the history
  93. zomg testing

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9a49bd4 View commit details
    Browse the repository at this point in the history
  94. Hacky ci setup

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    df408d3 View commit details
    Browse the repository at this point in the history
  95. Take two at ci

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    92760c6 View commit details
    Browse the repository at this point in the history
  96. Erk, that's embarrassing

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0ef4ccb View commit details
    Browse the repository at this point in the history
  97. More tweaks to ci setup

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    339f2fa View commit details
    Browse the repository at this point in the history
  98. Fix rust installer

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    47264f6 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    9a7240e View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    77aabe1 View commit details
    Browse the repository at this point in the history
  101. add trunk in dotnet (#887)

    * add trunk in dotnet
    kasperk81 authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c5cf1f5 View commit details
    Browse the repository at this point in the history
  102. add our own branch

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    22a57c6 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    ae0b630 View commit details
    Browse the repository at this point in the history
  104. fix #880 (#890)

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    01598e2 View commit details
    Browse the repository at this point in the history
  105. new staging ami

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1d06cfc View commit details
    Browse the repository at this point in the history
  106. bugfix staging

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    878fad8 View commit details
    Browse the repository at this point in the history
  107. fix beta

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e57267f View commit details
    Browse the repository at this point in the history
  108. new amis

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    25e7650 View commit details
    Browse the repository at this point in the history
  109. Update dotnet.yaml

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e89c75c View commit details
    Browse the repository at this point in the history
  110. Update dotnet.yaml

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f72082b View commit details
    Browse the repository at this point in the history
  111. Update dotnet.yaml

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4965282 View commit details
    Browse the repository at this point in the history
  112. fix #891

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1cfb80d View commit details
    Browse the repository at this point in the history
  113. add some libs

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    573b9b9 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    82ecd81 View commit details
    Browse the repository at this point in the history
  115. Bump certifi from 2022.9.24 to 2022.12.7 (#893)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
    - [Release notes](https://github.com/certifi/python-certifi/releases)
    - [Commits](certifi/python-certifi@2022.09.24...2022.12.07)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    55f7fd6 View commit details
    Browse the repository at this point in the history
  116. Alternative poetry setup (#897)

    The virtualenv thing was dodgy and it turns out that we can actually directly create the .venv directory as part of peotry itself, with the correct configuration. So, do that!
    
    If you get a conflict, remove the autogenerated poetry.toml and replace it with the one from source control.
    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ff22d76 View commit details
    Browse the repository at this point in the history
  117. test runner wrapperscripts

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    25115be View commit details
    Browse the repository at this point in the history
  118. fix ce scripts exitcode

    partouf authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d913968 View commit details
    Browse the repository at this point in the history
  119. Add ISPC builder

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9e918df View commit details
    Browse the repository at this point in the history
  120. Rust 1.66.0 (#902)

    Signed-off-by: Miguel Ojeda <[email protected]>
    
    Signed-off-by: Miguel Ojeda <[email protected]>
    ojeda authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a0476cb View commit details
    Browse the repository at this point in the history
  121. add: gcc bpf cross compiler (#894)

    Add GCC for C and C++, for BPF target.
    
    refs compiler-explorer/compiler-explorer#4408
    
    Signed-off-by: Marc Poulhiès <[email protected]>
    dkm authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ce0f027 View commit details
    Browse the repository at this point in the history
  122. Install our own ispcs

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8791049 View commit details
    Browse the repository at this point in the history
  123. update pahole and elfutils (#899)

    * update pahole and elfutils nightly
    madhur4127 authored and mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0596cb1 View commit details
    Browse the repository at this point in the history
  124. Fix tests

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    318d1aa View commit details
    Browse the repository at this point in the history
  125. Revert "update pahole and elfutils (#899)"

    This reverts commit 8b74dfc.
    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8c0432b View commit details
    Browse the repository at this point in the history
  126. Build in release

    mattgodbolt committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2879146 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    688da99 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    4223240 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    13e71ab View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    f36063c View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    3f7b34f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Fix tests

    mattgodbolt committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    66f1ab1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    ad5f6cc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    94703e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    986a91a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    bf2d653 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    94779bb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    e899d6d View commit details
    Browse the repository at this point in the history