Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Dmitri Shuralyov 279bf1af73 all: fix build
Add a wasm build constraint to a WebAssembly-specific command.

Encountering an empty go.mod file can be confusing for humans
and for builders. Remove it, it's probably not needed anymore.

Lower the go directive to 1.22 in testtiming so that a go1.22
toolchain can test it without needing to upgrade.

Change-Id: I6550f67815d7a9a5fb70db57b17e576526fa8c8b
Reviewed-on: https://go-review.googlesource.com/c/scratch/+/610455
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2024-09-04 15:16:52 +00:00
Cherry Mui a6564155a7 cherry/wasmtest: a test program for wasmexport
Change-Id: I54700d85b52e7be12f337fc72b39a479605dc38f
Reviewed-on: https://go-review.googlesource.com/c/scratch/+/604235
TryBot-Bypass: Cherry Mui <cherryyz@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2024-08-28 14:59:27 +00:00
Cherry Mui 6cf087efc7 cherry/testtiming: add a tool to query test timing data from LUCI
The LUCI query code is essentially copied from watchflakes.

Change-Id: I811d21b921f9cd8f6558a0637a1a162df77edeab
Reviewed-on: https://go-review.googlesource.com/c/scratch/+/598594
TryBot-Bypass: Cherry Mui <cherryyz@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2024-07-16 19:09:42 +00:00
Cherry Zhang 7c13a5e659 cherry/codesign: add an ad-hoc code signing tool
Add an ad-hoc code signing tool, trying to do what darwin linker
does. It seems to make the "codesign" command line tool happy.

Change-Id: I643368ea5cbcfbb933c83ff9ced46820542f3681
Reviewed-on: https://go-review.googlesource.com/c/scratch/+/271866
Trust: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2020-11-30 17:54:12 +00:00