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

WIP: Initial Bazel integration #9777

Draft
wants to merge 17 commits into
base: develop
Choose a base branch
from
Draft

WIP: Initial Bazel integration #9777

wants to merge 17 commits into from

Commits on Apr 19, 2024

  1. initial bazel config wip

    Frizi committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bdce72d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. bazel gui2 start of vite build

    Frizi committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f0fe74e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    314af22 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

    hubertp committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e8a67cc View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    b3f9472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51d55d2 View commit details
    Browse the repository at this point in the history
  3. compile with graalvm

    hubertp committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ab61bd0 View commit details
    Browse the repository at this point in the history
  4. common options

    hubertp committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cd8f504 View commit details
    Browse the repository at this point in the history
  5. Mixed Scala/Java, fixed scala_rules for latest JDK

    Using latest JDK (after proper GraalVM integration) broke compilation of
    Scala projects due to a problem with SecurityManager in `scala_rules`.
    Workaround it by having custom toolchain.
    
    Added example BUILD for mixed Scala/Java project with a small number of
    dependencies.
    hubertp committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fede7ef View commit details
    Browse the repository at this point in the history
  6. update module lock

    hubertp committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    94e3a35 View commit details
    Browse the repository at this point in the history
  7. test

    hubertp committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0ae2b60 View commit details
    Browse the repository at this point in the history
  8. ignore directories

    hubertp committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5bb8e4b View commit details
    Browse the repository at this point in the history
  9. tests setup

    hubertp committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    38604ca View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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