Skip to content

Commit

Permalink
[circle] Remove latest as cimg/go does not have the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Viq111 committed Apr 20, 2023
1 parent ff5a3bb commit 1b4c894
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,32 +45,10 @@ jobs:
- run: 'go build'
- run: 'PAYLOAD=`pwd`/mr go test -v'
- run: 'PAYLOAD=`pwd`/mr go test -bench .'
"golang-latest":
docker:
- image: cimg/go:latest
steps:
- checkout
- run: 'wget https://github.com/DataDog/zstd/files/2246767/mr.zip'
- run: 'unzip mr.zip'
- run: 'go build'
- run: 'PAYLOAD=`pwd`/mr go test -v'
- run: 'PAYLOAD=`pwd`/mr go test -bench .'
"golang-latest-external-libzstd":
docker:
- image: cimg/go:latest
steps:
- checkout
- run: 'sudo apt update'
- run: 'sudo apt install libzstd-dev'
- run: 'wget https://github.com/DataDog/zstd/files/2246767/mr.zip'
- run: 'unzip mr.zip'
- run: 'go build -tags external_libzstd'
- run: 'PAYLOAD=`pwd`/mr go test -tags external_libzstd -v'
- run: 'PAYLOAD=`pwd`/mr go test -tags external_libzstd -bench .'
"golang-efence":
resource_class: xlarge
docker:
- image: cimg/go:latest
- image: cimg/go:1.20
steps:
- checkout
- run: 'wget https://github.com/DataDog/zstd/files/2246767/mr.zip'
Expand All @@ -80,7 +58,7 @@ jobs:
"golang-efence-external-libzstd":
resource_class: xlarge
docker:
- image: cimg/go:latest
- image: cimg/go:1.20
steps:
- checkout
- run: 'sudo apt update'
Expand All @@ -104,8 +82,6 @@ workflows:
- "golang-1.19-external-libzstd"
- "golang-1.20"
- "golang-1.20-external-libzstd"
- "golang-latest"
- "golang-latest-external-libzstd"
- "golang-efence"
- "golang-efence-external-libzstd"
- "golang-i386"

0 comments on commit 1b4c894

Please sign in to comment.