[go: up one dir, main page]

  1. 148ebbb [normalize-infra] Extract build.py changes from giant CL. by Gregory NISBET · 8 months ago
  2. d743c4c [build] Add `--go-bootstrap-script` flag to build.py. by Vadim Shtayura · 11 months ago
  3. 27949fb [go] Disable cgo by default on all platforms. by Vadim Shtayura · 11 months ago
  4. 0736ccb [build] Remove --builder flag. by Vadim Shtayura · 12 months ago
  5. 7e9f698 [build] Refactor build.py to support building armv7l binaries. by Vadim Shtayura · 12 months ago
  6. d88cd82 Remove obsolete --no-freshen-python-env flag. by Brian Ryner · 1 year, 8 months ago
  7. 7565a31 Remove build.py functionality to create/refresh infra/ENV. by Brian Ryner · 1 year, 8 months ago
  8. 103e543 [build] Make CGO_ENABLED set to 0 by default. by Vadim Shtayura · 1 year, 9 months ago
  9. 4031046 [build] add loong64 by Heschi Kreinick · 2 years, 1 month ago
  10. 05fe195 [build] Improve parsing of `go env` output. by Vadim Shtayura · 2 years, 2 months ago
  11. bdc94f6 [build.py] Remove callback, pass through go_workspace. by Robert Iannucci · 2 years, 6 months ago
  12. 6d97244 [build.py] One more argument to get things working. by Robert Iannucci · 2 years, 6 months ago
  13. 566e607 Prep build.py to remove infra-internal dependency. by Robert Iannucci · 2 years, 6 months ago
  14. 43285cc Invoke build.py with vpython3 from recipes. by Robert Iannucci · 2 years, 6 months ago
  15. 7cf3019 Small python3 fix. by Robert Iannucci · 2 years, 7 months ago
  16. ca1d47f Improve py3 compatibility of build.py by Chenlin Fan · 2 years, 7 months ago
  17. ada6aee Set the macOS min version for building Go packages. by Brian Ryner · 2 years, 8 months ago
  18. 2f011db Include an on_change tag for the package spec. by Brian Ryner · 2 years, 9 months ago
  19. cc21a50 Throw an error if two go packages would output the same binary name. by Brian Ryner · 2 years, 10 months ago
  20. 4693bee [go] Do not include VCS information into Go binaries. by Vadim Shtayura · 3 years ago
  21. 71c8c3c [build] Fix on_change_tags code path when the package exists. by Vadim Shtayura · 3 years, 1 month ago
  22. 4e3daf5 Update latest ref when tagging packages by Chenlin Fan · 3 years, 1 month ago
  23. 6a4fc49 [build] support `go build -race` by Chan Li · 3 years, 1 month ago
  24. 059bcab Bundle the python interpreter on Mac. by Brian Ryner · 3 years, 4 months ago
  25. ce88868 Add support for cipd_export in package yaml. by Brian Ryner · 3 years, 4 months ago
  26. 3f2421b [infra_continuous] Build cipd for linux-riscv64. by Robert Iannucci · 3 years, 4 months ago
  27. f9ac0b5 Add mac_bundle for codesign by Chenlin Fan · 3 years, 10 months ago
  28. 60c7858 Fix cq.cipd build failure by Chenlin Fan · 3 years, 11 months ago
  29. 587f77c Build packages in temp directory by Chenlin Fan · 3 years, 11 months ago
  30. 040674b Fix search invalid package name on windows by Chenlin Fan · 4 years ago
  31. 1a3c815 Add upload_on_change by Chenlin Fan · 4 years ago
  32. 692e639 [build] Don't crash if GO111MODULE is not set. by Vadim Shtayura · 4 years, 2 months ago
  33. ae2f8fb [go] Make CIPD package building script work in Modules mode. by Vadim Shtayura · 4 years, 3 months ago
  34. 9563454 [build] Use "-trimpath" and "-ldflags=-buildid=" flags. by Vadim Shtayura · 4 years, 7 months ago
  35. b8c2b88 [build] Report Go version used to build a package as a CIPD tag. by Vadim Shtayura · 4 years, 8 months ago
  36. 904b796 [build] Don't set CGO_ENABLED=1 when cross-compiling to mac-arm64. by Vadim Shtayura · 4 years, 8 months ago
  37. 271a0b2 [build] Make so.symlink more likely to succeed. by Vadim Shtayura · 4 years, 8 months ago
  38. e2d572b [build] Use `cipd` in PATH instead of building it from scratch. by Vadim Shtayura · 4 years, 9 months ago
  39. 659ad47 [build.py] Add update_latest_ref option, turn off for led. by Robert Iannucci · 4 years, 10 months ago
  40. f4c04c4 [build] Add option to skip refreshing python ENV. by Robert Iannucci · 5 years ago
  41. 160056b Revert "[build] Add option to skip refreshing python ENV." by Robbie Iannucci · 5 years ago
  42. 8d69a59 [build] Add option to skip refreshing python ENV. by Robert Iannucci · 5 years ago
  43. 587758e [build.py] Remove 'builders' filter. by Vadim Shtayura · 6 years ago
  44. 17d64c3 [vpython] Add vpython3 copies for Windows by smut · 6 years ago
  45. 1465476 [build] Add a simple smoke test for goldctl CIPD package. by Vadim Shtayura · 7 years ago
  46. 56c8968 [build] Exit vpython env when "building" infra.git ENV. by Vadim Shtayura · 7 years ago
  47. 41ecb64 Use vpython in build.py and go/deps.py scripts to get PyYAML. by Vadim Shtayura · 7 years ago
  48. 6fa7bd6 [cipd] Put URL to an instance page into build.py output. by Vadim Shtayura · 7 years ago
  49. e239125 [cipd] Temporary stop building luci-auth package. by Vadim Shtayura · 7 years ago
  50. 2c805f1 [cipd] Fix 'pkg-register' invocation. by Vadim Shtayura · 7 years ago
  51. cd58f78 [cipd] Start building packages using SHA256 for instance IDs. by Vadim Shtayura · 7 years ago
  52. b7e63bf [cipd] Build all packages that are built for mips64le also for mipsle. by Gordana Cmiljanovic · 7 years ago
  53. 38969c0 [cipd] Build all packages that we build for mips64 also for mips64le. by Vadim Shtayura · 7 years ago
  54. 18640ea [cipd] Refactor how build.py targets which builders to use. by Vadim Shtayura · 8 years ago
  55. 9127450 Build with cgo on OSX, since native Go DNS resolver is buggy there. by Vadim Shtayura · 8 years ago
  56. 2288f0c Selectively build some CIPD packages with CGO_ENABLED=0. by Vadim Shtayura · 8 years ago
  57. edc03273 [build] add vpython-native package. by Robert Iannucci · 8 years ago
  58. f74cfa8 [infra_continuous] Build PPC64[le] Go binaries. by Dan Jacques · 8 years ago
  59. 0aa5e4d Add s390x support for infra binaries. by Robert Iannucci · 8 years ago
  60. 2a2d3d0 Rename github.com/luci/{luci-go,gae} to go.chromium.org/{luci,gae} by Vadim Shtayura · 8 years ago
  61. e725824 [infra_python] Use bundled system Python. by Dan Jacques · 8 years ago
  62. 5377e71 [build] Fix Linux OS/arch detection. by Dan Jacques · 8 years ago
  63. c42c72e Don't generate *.bat shims for non-Windows. by Vadim Shtayura · 9 years ago
  64. 72b9da6 Generate ".bat" shims for CIPD Go packages. by Dan Jacques · 9 years ago
  65. 6022e22 Add 'mips' and 'mips64' to Go whitelist. by Dan Jacques · 9 years ago
  66. 5e5ea19 Start cross-compiling authutil and kitchen, add arm64 target. by Vadim Shtayura · 9 years ago
  67. ceb9067 Add support for a whitelist of supported platforms for a CIPD package. by bpastene · 9 years ago
  68. 99496cd Roll infra/go/src/github.com/luci/luci-go/ 9380f91eb..ea3fb670b (22 commits). by nodir · 9 years ago
  69. 65bd1ac Make build.py result deterministic again. by vadimsh · 9 years ago
  70. 43ed7be Teach build.py to cross-compile go-based packages. by vadimsh · 9 years ago
  71. aaf9586 Add CIPD builds for LogDog binaries. by dnj · 10 years ago
  72. 0cb9839 Fix 'cipd - build packages' step for internal waterfall. by vadimsh · 10 years ago
  73. d521c80 cipd: Introduce 'latest' ref. by vadimsh · 10 years ago
  74. f0a032f Fix build.py invocation for internal builder. by vadimsh · 10 years ago
  75. f1072a1 cipd: Ability to specify CI builders where build.py builds packages. by vadimsh · 10 years ago
  76. 1fbb6ea Add test_packages.py script that deploys *.cipd packages locally and tests them. by vadimsh · 10 years ago
  77. ae9dde0 Add '--no-rebuild' option. by vadimsh · 10 years ago
  78. 50f958a go: Get rid of +release tag. by vadimsh · 10 years ago
  79. d11a6d5 Put tags in JSON output of build.py too. by vadimsh · 10 years ago
  80. 211f51e Fix None dereference in "build cipd packages" step. by vadimsh · 10 years ago
  81. 7230236 cipd: Add --tags option to build.py script. by vadimsh · 10 years ago
  82. d300142 Add --json-output argument to script that builds CIPD packages. by vadimsh · 10 years ago
  83. 8871159 Also let cipd support i686 architecture. by agable · 11 years ago
  84. 42fdb3b9 Use stable absolute paths when building Go binaries in build.py. by vadimsh · 11 years ago
  85. c9127f6 Make infra/infra_python CIPD package with virtual env to depend on OS version. by vadimsh · 11 years ago
  86. b545ea0 cipd: Script to build CIPD packages from source. by vadimsh · 11 years ago