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

Implement fastbuild workflow #23

Merged
merged 43 commits into from
Nov 6, 2017
Merged

Implement fastbuild workflow #23

merged 43 commits into from
Nov 6, 2017

Conversation

andreypopp
Copy link
Member

@andreypopp andreypopp commented Nov 3, 2017

WIP: DO NOT MERGE

Implements #10

  • Refactor makefile builder & makefile builder runtime to reuse runtime in ejected bash script
  • Support for _build for root build types
    • simple-builder
    • makefile-builder
  • Add "esy.install" support
    • simple-builder
    • makefile-builder
  • Eject build script for to workaround Node startup (shell-builder)
    • Check if script should be reejected (same check as with ejected env)
    • Run root project build
    • Run linked project builds
  • Add support for esy build <anycommand>
    • shell-builder
    • simple-builder
    • Export $TERM (for pretty command output, don't think it would hurt much)
  • command env
    • Make esy <anycommand>/esy shell not include root paths
    • Update release to include proper command env
  • Tests

* Rename them to `_build` and `_install`.
* Do not set them if `buildType == "_build"`
Now we construct dependency graph directly referencing rules not relying
on ids.
@jordwalke
Copy link
Member

Does it save us time to consider the makefile-builder mode as being only for ejecting releases?

@andreypopp
Copy link
Member Author

@jordwalke we treat it that way already

@andreypopp andreypopp merged commit 9c77536 into master Nov 6, 2017
@andreypopp andreypopp deleted the feat/fastbuild branch November 6, 2017 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants