Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit e40d2a5

Browse files
author
Yevgeny Pats
committed
fix bionic-llvm7 for local-regression
1 parent 6cf3292 commit e40d2a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const FuzzitEndpoint = "https://app.fuzzit.dev"
14-
const Version = "v2.4.55"
14+
const Version = "v2.4.56"
1515

1616
type Target struct {
1717
Name string `firestore:"target_name"`

client/commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var HostToDocker = map[string]string{
3232
"stretch-llvm8": "gcr.io/fuzzit-public/stretch-llvm8:64bdedf",
3333
"stretch-llvm9": "gcr.io/fuzzit-public/stretch-llvm9:4e6f6d3",
3434
"bionic-swift51": "gcr.io/fuzzit-public/bionic-swift51:beb0e9b",
35+
"bionic-llvm7": "gcr.io/fuzzit-public/bionic-llvm7:6cf3292",
3536
}
3637

3738
func (c *FuzzitClient) archiveFiles(files []string) (string, error) {

0 commit comments

Comments
 (0)