Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
5dcab86f
Unverified
Commit
5dcab86f
authored
Jan 05, 2024
by
refcell.eth
Committed by
GitHub
Jan 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: clean up makefiles across the monorepo (#8862)
parent
cff8fa7e
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
26 deletions
+21
-26
Makefile
op-challenger/Makefile
+1
-1
Makefile
op-conductor/Makefile
+1
-1
Makefile
op-heartbeat/Makefile
+1
-2
Makefile
op-node/Makefile
+1
-3
Makefile
op-program/Makefile
+7
-1
README.md
op-program/README.md
+0
-9
Makefile
op-proposer/Makefile
+1
-2
Makefile
op-service/Makefile
+5
-6
Makefile
op-ufm/Makefile
+1
-1
Makefile
op-wheel/Makefile
+3
-0
No files found.
op-challenger/Makefile
View file @
5dcab86f
...
...
@@ -29,8 +29,8 @@ alphabet-actors:
./scripts/alphabet/charlie.sh
'charlie'
.PHONY
:
\
clean
\
op-challenger
\
clean
\
test
\
visualize
\
alphabet
\
...
...
op-conductor/Makefile
View file @
5dcab86f
...
...
@@ -20,7 +20,7 @@ generate-mocks:
go generate ./...
.PHONY
:
\
clean
\
op-conductor
\
clean
\
test
\
generate-mocks
op-heartbeat/Makefile
View file @
5dcab86f
...
...
@@ -19,5 +19,4 @@ test:
.PHONY
:
\
clean
\
op-heartbeat
\
test
\
lint
test
op-node/Makefile
View file @
5dcab86f
...
...
@@ -38,6 +38,4 @@ generate-mocks:
op-node
\
clean
\
test
\
lint
\
fuzz
\
generate-mocks
fuzz
op-program/Makefile
View file @
5dcab86f
...
...
@@ -50,6 +50,12 @@ run-goerli-verify: op-program-host op-program-client
.PHONY
:
\
op-program
\
op-program-host
\
op-program-client
\
op-program-client-mips
\
clean
\
test
\
lint
verify-goerli
\
capture-goerli-verify
\
capture-chain-test-data
\
run-goerli-verify
op-program/README.md
View file @
5dcab86f
...
...
@@ -25,15 +25,6 @@ To run op-program unit tests, from within the `op-program` directory run:
make
test
```
## Lint
To run the linter, from within the
`op-program`
directory run:
```
shell
make lint
```
This requires having
`golangci-lint`
installed.
## Running
From within the
`op-program`
directory, options can be reviewed with:
...
...
op-proposer/Makefile
View file @
5dcab86f
...
...
@@ -19,5 +19,4 @@ test:
.PHONY
:
\
clean
\
op-proposer
\
test
\
lint
test
op-service/Makefile
View file @
5dcab86f
...
...
@@ -4,14 +4,13 @@ test:
generate-mocks
:
go generate ./...
.PHONY
:
\
test
\
lint
\
generate-mocks
\
fuzz
fuzz
:
go
test
-run
NOTAREALTEST
-v
-fuzztime
10s
-fuzz
FuzzExecutionPayloadUnmarshal ./eth
go
test
-run
NOTAREALTEST
-v
-fuzztime
10s
-fuzz
FuzzExecutionPayloadMarshalUnmarshalV1 ./eth
go
test
-run
NOTAREALTEST
-v
-fuzztime
10s
-fuzz
FuzzExecutionPayloadMarshalUnmarshalV2 ./eth
go
test
-run
NOTAREALTEST
-v
-fuzztime
10s
-fuzz
FuzzOBP01 ./eth
.PHONY
:
\
test
\
generate-mocks
\
fuzz
op-ufm/Makefile
View file @
5dcab86f
...
...
@@ -18,7 +18,7 @@ test:
lint
:
go vet ./...
.PHONY
:
tes
t
.PHONY
:
lin
t
tls
:
kubectl get secrets op-ufm-client-tls
-o
yaml | yq
'.data."tls.key"'
|
base64
--decode
>
tls/tls.key
...
...
op-wheel/Makefile
View file @
5dcab86f
...
...
@@ -9,3 +9,6 @@ LDFLAGS := -ldflags "$(LDFLAGSSTRING)"
op-wheel
:
env
GO111MODULE
=
on
GOOS
=
$(TARGETOS)
GOARCH
=
$(TARGETARCH)
go build
-v
$(LDFLAGS)
-o
./bin/op-wheel ./cmd
.PHONY
:
\
op-wheel
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment