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

enable users to prepare the flutter engine within docker image without building first. #214

Merged
merged 13 commits into from
Jun 20, 2021

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    a35349c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02cb95 View commit details
    Browse the repository at this point in the history
  3. fix(deps): go mod tidy

    cosban committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6d289f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35164d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7dba06 View commit details
    Browse the repository at this point in the history
  6. remove support for multiple target OSes in prepare-engine.

    remove the prepare step within the docker image, users can prepare which ever engines they need on the fly
    
    add all supported engines to the CGO_LDFLAGS of the docker image
    cosban committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    fe516df View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

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

Commits on Jun 20, 2021

  1. FEAT: add profile mode

    FIX: ensure exactly one mode is set at a time
    cosban committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    bf22bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f58dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac022f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa157fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3fa616 View commit details
    Browse the repository at this point in the history
  6. REQUEST: rework prepare mode validation logic

    FEAT: debug mode is default again
    cosban committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    0d1052e View commit details
    Browse the repository at this point in the history