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

feature(shim): Merge shim directory #2210

Merged
merged 43 commits into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d703b37
WIP
Sep 2, 2022
3bb63ef
WIP
Sep 2, 2022
22a8c3b
Cross-compiling
Sep 6, 2022
7fa79a6
Add top-level main
Sep 7, 2022
1aabdae
Check in compiled protos
Sep 7, 2022
7637941
Remove old main package
Sep 7, 2022
ae9e351
Checkpoint
Sep 8, 2022
b9047b1
Try snapshotting
Sep 8, 2022
95762f4
Drop run statement from snapshot step
Sep 8, 2022
8827d6f
Use whatever repo default token
Sep 8, 2022
ebd018c
Login to the registry
Sep 8, 2022
062d6af
Permissions
Sep 8, 2022
6b98bc3
Label turbo-cross
Sep 8, 2022
20f4846
Make container public
Sep 8, 2022
e95929f
Exploratory docker command
Sep 9, 2022
2940d7f
Run bash commands
Sep 9, 2022
ccdbe18
Actually snapshot
Sep 9, 2022
5daca47
Run whole thing in container
Sep 9, 2022
49ae272
WIP on CGO
Sep 9, 2022
b5df0a1
Main back in cmd/turbo path
Sep 9, 2022
0b6cb5e
Correct build path
Sep 9, 2022
8bf472c
Add debugging
Sep 9, 2022
afcf2b7
Target the right compiler for arm64/win
Sep 9, 2022
5360e93
Checkpoint working snapshot
Sep 9, 2022
1d5ffaf
Route around licensing part 1 of many
Sep 16, 2022
45f7040
Part 2 of many
Sep 16, 2022
4e47277
WIP on snapshot assembly
Sep 19, 2022
2d9006d
combined snapshot
Sep 19, 2022
6c5f51b
Include goreleaser
Sep 19, 2022
2560443
work on snapshot and releases
Sep 20, 2022
5f24f01
feature(shim): Basic shim setup (#2093)
NicholasLYang Sep 28, 2022
e465d7a
feature(shim): single package mode detection (#2150)
NicholasLYang Oct 4, 2022
77ec209
Cleaning up repo
NicholasLYang Oct 11, 2022
5c0c3da
- Renamed shim crate to turbo
NicholasLYang Oct 11, 2022
c8c5448
Restoring back to main for everything except shim/
NicholasLYang Oct 12, 2022
a77add7
Merge branch 'main' into nicholasyang/shim
NicholasLYang Oct 12, 2022
9913b7c
Revert comment change
NicholasLYang Oct 12, 2022
a691f2e
Update shim/src/main.rs
NicholasLYang Oct 12, 2022
1e7ea4d
Update shim/src/package_manager.rs
NicholasLYang Oct 12, 2022
4c09526
PR feedback
NicholasLYang Oct 12, 2022
868860b
Merge branch 'nicholasyang/shim' of github.com:NicholasLYang/turborep…
NicholasLYang Oct 12, 2022
1288e64
feature(shim): find and run local turbo (#2160)
NicholasLYang Oct 12, 2022
37e6531
Merge branch 'main' into nicholasyang/shim
Oct 12, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions shim/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading