Skip to content

build: refactor install_ffmpeg.sh, add macos --> linux support #1395

build: refactor install_ffmpeg.sh, add macos --> linux support

build: refactor install_ffmpeg.sh, add macos --> linux support #1395

Triggered via pull request October 9, 2023 23:13
Status Failure
Total duration 10m 8s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: pull_request
Run tests defined for the project
9m 58s
Run tests defined for the project
Perform CodeQL analysis
5m 33s
Perform CodeQL analysis
Run editorconfig checker
8s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Run tests defined for the project
Process completed with exit code 1.
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: cmd/livepeer/starter/starter.go#L64
const BroadcasterRpcPort should be BroadcasterRPCPort
Run tests defined for the project: cmd/livepeer/starter/starter.go#L67
const OrchestratorRpcPort should be OrchestratorRPCPort
Run tests defined for the project: cmd/livepeer/starter/starter.go#L78
struct field HttpAddr should be HTTPAddr
Run tests defined for the project: cmd/livepeer_cli/wizard_stats.go#L212
don't use underscores in Go names; var b_prices should be bPrices
Run tests defined for the project: cmd/livepeer_cli/wizard_broadcast.go#L101
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L303
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_bond.go#L30
var nextId should be nextID