Harshavardhana
94e5cb7576
Migrate to go1.13 to avail all new features ( #8203 )
...
Read more https://blog.golang.org/go1.13
5 years ago
poornas
7bf1caa0fe
Fix broken link to go install docs ( #8090 )
5 years ago
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
313a3a286a
Migrate to go1.12 to simplify our cmd/http package ( #7302 )
...
Simplify the cmd/http package overall by removing
custom plain text v/s tls connection detection, by
migrating to go1.12 and choose minimum version
to be go1.12
Also remove all the vendored deps, since they
are not useful anymore.
6 years ago
Durgadas Kamath
71979376b5
Add s390x support ( #6263 )
6 years ago
Rafael Peria de Sene
317e648c0d
Add support for ppc64le ( #6116 )
...
Signed-off-by: Rafael Peria de Sene <rpsene@br.ibm.com>
6 years ago
Harshavardhana
e5e522fc61
docs: fix all Chinese doc links for the new docs site ( #6097 )
...
Additionally fix typos, default to US locale words
6 years ago
Harshavardhana
73f7a98590
Enable go1.10.1 version ( #5666 )
7 years ago
Harshavardhana
565dc8b283
Do not check for GOPATH env for builds ( #5628 )
...
Since go1.8 GOPATH is not required to set prior, as
it defaults to "${HOME}/go" we only need to check if
go tool detected GOPATH correctly. If yes then we
proceed if not we fail.
7 years ago
Harshavardhana
c59f1e3a80
revamp minio build messages ( #5519 )
7 years ago
Harshavardhana
fd3897d0c3
Move to go1.9.4 with recent security release ( #5502 )
7 years ago
Bala FA
d28b3d8801
Move to go1.9.1 as default environment. ( #5041 )
7 years ago
A. Elleuch
b4dc6df35c
go1.8: Changes to support golang 1.8 ( #4759 )
...
QuirkConn is added to replace net.Conn as a workaround to a golang bug:
https://github.com/golang/go/issues/21133
7 years ago
Peter Tribble
2b96d9f706
Enable build on solaris ( #4115 )
8 years ago
Krishnan Parthasarathi
e5773e11c6
Make minio server compile on OpenBSD, NetBSD, Solaris ( #3719 )
8 years ago
Matthew Hall
cde6496172
checkdeps.sh: support unusual git version strings (for OS X et. al.) ( #3512 )
8 years ago
tibbes
33c022fcec
Fix checkdeps.sh on Mac ( #3306 )
...
Update the check_minimum_version function to use numeric comparison (not
string comparison) on components of version numbers. Fixes the following
output:
```
$ make
Checking deps:
ERROR
OSX version '10.11.6' not supported.
Minimum supported version: 10.8
make: *** [checks] Error 1
```
8 years ago
Bala FA
5eb4002bf7
cleanup build scripts. ( #3192 )
8 years ago
Harshavardhana
f72163f856
build: Deprecate requirement of GOROOT ( #2803 )
8 years ago
Anis Elleuch
ef22330563
Require go 1.7.1 to build Minio server ( #2727 )
8 years ago
Matthieu Fronton
402af93da2
Update how-to-install-golang URL ( #2406 )
8 years ago
Harshavardhana
379e0abf03
cleanup: Remove old donut/xl code and erasure implementation.
...
This is a change to bring in 'klauspost/reedsolomon' library
in #1270 patch.
9 years ago
Anis Elleuch
663f24064b
Add simple FreeBSD support, make the minio project compilable
9 years ago
Harshavardhana
408aa72146
build/vet: Fix all the shadowing reports with go1.6
...
Golang 1.6 is default version for the build now.
Additionally set 'GODEBUG=cgocheck=0' for now, until
we fix the erasure coding package.
Readmore here https://tip.golang.org/doc/go1.6#cgo
9 years ago
Harshavardhana
2181003609
web: Removing dependency for gpg and downloading assets.
...
Assets are vendorized from now on and updated for each release.
9 years ago
Harshavardhana
18fd0a0f81
build: Verify yasm version and complain - fixes #1154
9 years ago
Harshavardhana
98ee5fcf55
build: Add spelling checks and check if curl is installed.
9 years ago
Harshavardhana
ddc99e3112
build: Add build dependency check for 'gpg'
9 years ago
Harshavardhana
32898c72fa
Add arm support for build scripts
9 years ago
Harshavardhana
762b798767
Migrate this project to minio micro services code
9 years ago
Harshavardhana
d54488f144
Move all server and controller packages into top-level
9 years ago
Harshavardhana
b5246dbd7d
Add version checks for golang 1.5.1
9 years ago
Harshavardhana
988d39a5b6
Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled
9 years ago
Harshavardhana
c503bf412f
Fix dependency checking on osx
9 years ago
Harshavardhana
63c9cf0c4b
Move from Minimalist Object Storage to Minio Cloud Storage
9 years ago
Harshavardhana
75788c7a1d
Fix go installation check on amazon instance
10 years ago
Anis Elleuch
4bed0aa526
Check if go binary belongs to the go installation pointed by GOROOT env
10 years ago
Harshavardhana
7a060110ff
Fix BUILDDEPS paths for golang installation
10 years ago
Harshavardhana
de56909d55
More scripts and code from Minio-io to minio
10 years ago
Harshavardhana
97d1f03a87
Fix build for travis
10 years ago
Harshavardhana
2b0b5f014a
Update license header Mini should be Minimalist really
10 years ago
Harshavardhana
a3fe948c8b
Remove setup development environment script
10 years ago
Harshavardhana
cdd43a11be
OSX compatibility update for checkdeps.sh
10 years ago
Harshavardhana
2a5183ff8a
No need to check pip fixes #172
10 years ago
Anis Elleuch
04075b15c9
Fix Shebang position
...
Add licence to setup_development_environment.sh
10 years ago
Harshavardhana
574ee2a271
Add osx deps check and development environment
10 years ago
Harshavardhana
ba3e2d41f7
Add license and fix development scripts
10 years ago
Harshavardhana
0d91e7d540
Move to devscripts to avoid top level dir clutter
10 years ago
Harshavardhana
cce10456d5
There is no golang version 1.4.0
10 years ago
Anis Elleuch
262d8cc23a
Check if the installed golang version is greater than 1.4.0
10 years ago