Commit Graph

12 Commits

Author SHA1 Message Date
Jakub Sokołowski 691380d8d0
ci: use crazymax/xgo:1.18.1 docker image as base (#17)
* ci: add Jenkins user to dockerfile

Otherwise the `$HOME` variable is not set which results in:
```
+ make test
go test -v ./...
failed to initialize build cache at /.cache/go-build: mkdir /.cache: permission denied
Makefile:31: recipe for target 'test' failed
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>

* ci: use crazymax/xgo:1.18.1 docker image as base

The old `xgo` image does not work:
```
../../../../pkg/mod/github.com/ethereum/go-ethereum@v1.10.26/common/test_utils.go:27:18: undefined: os.ReadFile
note: module requires Go 1.17
Makefile:31: recipe for target 'test' failed
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-09 19:11:43 +01:00
Michele Balistreri eab69a14aa remove deprecated flag 2022-11-09 08:01:11 +01:00
Andrea Franz 289fe5ad2e
specify version in deps task 2021-10-19 13:08:59 +02:00
Andrea Franz 48b5a85bcf
debug 2021-10-19 12:58:48 +02:00
Andrea Franz ddd9e54187
debug 2021-10-19 12:57:20 +02:00
Andrea Franz eec2f9cf44
use go install insted of go get 2021-10-19 12:54:53 +02:00
Andrea Franz cc4e5638f2
fix CI build to pass version with -ldflags 2019-11-14 13:24:51 +01:00
Andrea Franz abea3c0a87
pass build version with ldflags 2019-04-16 15:54:22 +02:00
Jakub Sokołowski 9702bd8679 add Jenkinsfile and improve docker image creation
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-03-27 14:06:39 +01:00
Andrea Franz 68485bf6c7
add darwin/amd64 build 2019-03-26 15:48:27 +01:00
Andrea Franz 686709af55
fix Makefile 2019-03-21 12:26:17 +01:00
Andrea Franz 7081eccf5c
add Makefile 2019-03-18 19:49:59 +01:00