mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
no more test-386
- lmdb won't build under 386 - still have to keep lmdb_other.go for arm/arm64
This commit is contained in:
parent
ba1d5e9f9f
commit
aea7d4a812
2 changed files with 0 additions and 6 deletions
|
|
@ -197,11 +197,6 @@ workflows:
|
|||
resource_class: xlarge
|
||||
requires:
|
||||
- setup
|
||||
- test:
|
||||
name: test-386
|
||||
goarch: "386"
|
||||
requires:
|
||||
- setup
|
||||
- test:
|
||||
name: test-shardwidth-22
|
||||
shard_width: "22"
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -76,7 +76,6 @@ endif
|
|||
release: check-clean
|
||||
$(MAKE) release-build GOOS=darwin GOARCH=amd64
|
||||
$(MAKE) release-build GOOS=linux GOARCH=amd64
|
||||
$(MAKE) release-build GOOS=linux GOARCH=386
|
||||
|
||||
|
||||
# try (e.g.) internal/clustertests/docker-compose-replication2.yml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue