Skip to content

Commit 5f43544

Browse files
committed
Some earthly cleanup
1 parent 1912ba8 commit 5f43544

File tree

5 files changed

+2
-25
lines changed

5 files changed

+2
-25
lines changed

.earthlyignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ Earthfile
99
*/node_modules
1010
node_modules
1111
*/assets_tmp
12-
.earthlyignore

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ trace-*.json
55
**/.temp
66
.DS_Store
77
.cargo
8-
.tmp-earthly-out
98
artifact
109
server/assets_tmp
1110
.netlify

.vscode/tasks.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,9 @@
5757
"problemMatcher": []
5858
},
5959
{
60-
"label": "earthly pipeline locally",
60+
"label": "dagger call rust-build",
6161
"type": "shell",
62-
"command": "earthly -i -P +pipeline",
63-
"group": "none",
64-
"problemMatcher": []
65-
},
66-
{
67-
"label": "earthly cross-compile",
68-
"type": "shell",
69-
"command": "earthly -i -P +compile-all",
62+
"command": "dagger call rust-build",
7063
"group": "none",
7164
"problemMatcher": []
7265
},

CONTRIBUTING.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Check out the [Roadmap](https://docs.atomicdata.dev/roadmap.html) if you want to
1717
- [Running locally (with local development browser)](#running-locally-with-local-development-browser)
1818
- [IDE setup (VSCode)](#ide-setup-vscode)
1919
- [Using Dagger](#using-dagger)
20-
- [Compilation using Earthly](#compilation-using-earthly)
2120
- [Improve local compilation speed](#improve-local-compilation-speed)
2221
- [Cross compilation](#cross-compilation)
2322
- [Git policy](#git-policy)
@@ -73,15 +72,6 @@ If Dagger is taking up a lot of storage, run `dagger core engine local-cache pru
7372
Note that the camelCase functions in the `index.ts` file are converted to kebab-case commands in the Dagger API.
7473
Check out the [Dagger docs](https://docs.dagger.io/) for more information.
7574

76-
### Compilation using Earthly
77-
78-
There are `earthfile`s in `browser` and in `atomic-server`.
79-
These can be used by Earthly to build all steps, including a full docker image.
80-
81-
- Make sure `earthly` is installed
82-
- `earthly --org ontola -P --satellite henk --artifact +e2e/test-results +pipeline`
83-
- `earthly --org ontola -P --satellite henk --artifact +build-server/atomic-server ./output/atomicserver`
84-
8575
### Improve local compilation speed
8676

8777
- Use the [`mold`](https://github.com/rui314/mold) linker + create a `.cargo/config.toml` and add `[build] rustflags = ["-C", "link-arg=-fuse-ld=lld"]`

browser/.earthlyignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)