Henrik Gaßmann

Results 102 comments of Henrik Gaßmann

Since this hasn't seen any activity in a while, I'm going ahead and close this. Feel free to reopen if further qualifying information comes up (e.g. a [reprex]). [reprex]: https://stackoverflow.com/help/minimal-reproducible-example

Since this hasn't seen any activity in a while, I'm going ahead and close this. Feel free to reopen if further qualifying information comes up (e.g. a [reprex]). [reprex]: https://stackoverflow.com/help/minimal-reproducible-example

@dsanders11 I don't get an "exception", but something akin to a `403 Forbidden` after I login with my GitHub account: ![grafik](https://github.com/electron/build-tools/assets/5796962/9211fbd5-9e2c-40ea-9c41-ef6306048583) ![grafik](https://github.com/electron/build-tools/assets/5796962/bd901c02-2909-47b3-84ff-1af2318be333)

@dsanders11 it seems to work fine now.

@nikitakot I've bootstrapped a new configuration as I wanted to move the directory somewhere else anyways. I didn't encounter any problems (though the toolchain download progressed _very_ weirdly).

FTR I built the current `main` branch for x64 Windows.

Are you trying to build with CMake or make? Usage of the former should be straight forward: ``` cmake -B build cmake --build build --target install ``` Refer to the...

AFAICT this hasn't been implemented and I often forget to update the Workflow after updating the baseline in `vcpkg-configuration.json`

@lukka almost, there are a few key differences: ``` run-vcpkg could read the Git commit id from the vcpkg-configuration.json when - the vcpkgGitCommitId input is not provided. - vcpkg is...

I'm fine with the simplified solution. About your questions: > shouldn't vcpkg just checkout the right commit id when fetching the port files? That is, is it really required to...