-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.21.0 - switched to a precompiled version
- Loading branch information
Showing
12 changed files
with
106 additions
and
1,680 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
# [golang](https://golang.org) | ||
|
||
Builds for Centos 7/8 hosted on [yum.jc21.com](https://yum.jc21.com) | ||
Build for Redhat based distros hosted on [yum.jc21.com](https://yum.jc21.com) | ||
|
||
### Building Locally | ||
|
||
```bash | ||
git clone https://github.com/jc21-rpm/golang.git | ||
cd golang | ||
|
||
# For centos 7: | ||
./build 7 | ||
|
||
# For centos 8: | ||
# Using centos 8 as building distro: | ||
./build 8 | ||
``` | ||
|
41 changes: 0 additions & 41 deletions
41
SOURCES/0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
SOURCES/0003-cmd-go-disable-Google-s-proxy-and-sumdb.patch
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
SOURCES/0004-cmd-link-use-gold-on-ARM-ARM64-only-if-gold-is-avail.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
PATH=$PATH:/usr/local/go/bin | ||
export PATH |
Oops, something went wrong.