User Details
- User Since
- Apr 17 2019, 6:08 AM (97 w, 5 h)
- Roles
- Administrator
Today
added missing information on worker tab
Yesterday
Mon, Feb 22
Jan 22 2021
thx for the review and feedback!
Jan 8 2021
Yes, I was looking for feedback on this one as I wasn't happy with my design.
@sammccall here the first implementation we talked about yesterday. This works well on my testing poject that has a compile_commands.json. It does not work without one.
Jan 5 2021
Dec 16 2020
I'm not using the current deployment of the "windows10_vs2019" any more. So feel free to just modify that image and re-use the worker-config. That way you don't have to configure another deployment.
Not pursuing work on the windows buildbot any more
Dec 7 2020
removed backwards compatibility, directly replacing all clean actions
Alright, change landed. It will take a while until that is deployed.
enabled ccache
Dec 3 2020
Dec 2 2020
I can't really reproduce the issue outside of buildbot. Deleting the files locally always works.
Dec 1 2020
added empty last line
Nov 24 2020
Nov 23 2020
Nov 20 2020
Nov 18 2020
Nov 17 2020
Nov 12 2020
Nov 11 2020
Nov 10 2020
@kbobyrev Yes, the main.tf was a dirty working copy. I fixed that now.
removed stray edit to Dockerfile
addressed Sam's comments
fixed typos
Nov 9 2020
Nov 8 2020
Looking at the documentation, it seems like we also need to modify the cmake command line parameters: https://mlir.llvm.org/docs/Bindings/Python/
Oct 19 2020
Oct 7 2020
Teh build error looks like a connection issue to github, the script can't git fetch. We already have an issue to retry in such cases.
Sep 24 2020
Sep 23 2020
Sep 22 2020
Sep 21 2020
looks good to me
Sep 18 2020
Sep 17 2020
It also broke pre-merge testing for everyone: https://buildkite.com/llvm-project/llvm-master-build/builds/1071#7bfa9e1f-a2fe-47aa-8263-d2646ac0a0f5
Aug 11 2020
@phosek sorry for the late reply, the builds on master are still green, so your changes are working on Windows as well.
Aug 7 2020
Looking at the error, it seems like you have a 32-bit version of zlib installed and in your search path on a 64-bit version of Windows. I'm not quite sure how to handle that in CMake.
This patch broke the Windows compilation on buildbot and pre-merge testing. So I'll revert it to get pre-merge testing back online. Otherwise this will cause false-positives for pre-merge testing.
Aug 5 2020
Aug 4 2020
Nice. I'll give that a try tomorrow!