Skip to content

Commit

Permalink
v1.21.0 - switched to a precompiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Aug 24, 2023
1 parent b77d364 commit ff1ed1f
Show file tree
Hide file tree
Showing 12 changed files with 106 additions and 1,680 deletions.
45 changes: 0 additions & 45 deletions Jenkinsfile.centos7

This file was deleted.

2 changes: 1 addition & 1 deletion Jenkinsfile.centos8
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh './build 8 golang'
sh './build 8'
}
}
stage('Sign') {
Expand Down
8 changes: 2 additions & 6 deletions README.md
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 SOURCES/0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch

This file was deleted.

48 changes: 0 additions & 48 deletions SOURCES/0003-cmd-go-disable-Google-s-proxy-and-sumdb.patch

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions SOURCES/fedora.go

This file was deleted.

1 change: 0 additions & 1 deletion SOURCES/golang-gdbinit

This file was deleted.

4 changes: 4 additions & 0 deletions SOURCES/gopath.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

PATH=$PATH:/usr/local/go/bin
export PATH
Loading

0 comments on commit ff1ed1f

Please sign in to comment.