bootstrap: add windows dotslash shims#970
bootstrap: add windows dotslash shims#970thoughtpolice wants to merge 1 commit intofacebook:mainfrom
Conversation
|
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. (Because this pull request was imported automatically, there will not be any future comments.) |
|
In the interests of security (i.e. randomly committing executables in the wake of lzma-gate): Which was committed upstream by a Meta employee in facebookincubator/reindeer@f052264. |
9e74b7e to
b3e370d
Compare
|
I actually included the wrong shim :) The one from the reindeer repository is 13KB, an earlier build, while the one in https://github.com/zsol/dotslash/blob/windows-no-std-shim/windows_shim/dotslash_windows_shim-x86_64.exe from facebook/dotslash#46 actually is 4KB. Replaced. Updated paranoia check: |
|
By the way, once this is merged, all you have to do is: $env:Path += ";$((Get-Item .).FullName)\bootstrap"In any buck2 checkout and now |
1305db9 to
d67fa69
Compare
I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. Signed-off-by: Austin Seipp <aseipp@pobox.com>
d67fa69 to
54d99ae
Compare
|
Guessing this is also needing the same treatment @bigfootjon did for the other dotslash files. Checking with him. |
|
Nah we're good here, discussed over chat but we don't really need to keep these files up to date |
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
Summary: I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier. X-link: facebook/buck2#970 Reviewed By: bigfootjon Differential Revision: D75533918 Pulled By: alexlian fbshipit-source-id: 1d7cccfe49cd1dcec009835c64f3df792997cf75
I've been using the WIP 4kb dotslash shim (from DotSlash PR 46) for a while now and it seems usable enough. They're already in use by Reindeer, too. Let's add these to make Windows bootstraps a bit easier.