Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions bottlecap-run/runBottlecap.sh

This file was deleted.

20 changes: 2 additions & 18 deletions bottlecap/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
# Bottlecap

## Developing on Apple Silicon
One time setup:
1. `rustup target add aarch64-unknown-linux-gnu`
2. `brew install zig`
3. `cargo install cargo-zigbuild`

Then: `./runBottlecap.sh`

## Developing using Codespaces
Step 1: Create a codespace (code > codespaces > create codespace on main)

![img](./codespace.png)

Step 2: Hack in the `bottlecap` folder

Step 3: Test your change running `./runBottlecap.sh`

![img](./runBottlecap.png)
## Development
Use the `/scripts/build_bottlecap_layer.sh` and either publish it as a layer and test in Lambda or copy the binary into a container image and test there. Ask AJ or see the internal wiki for more.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bold of you to assume nobody else is named AJ =)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have [email protected], and so far it's working fine!


## Flush Strategies

Expand Down
Binary file removed bottlecap/runBottlecap.png
Binary file not shown.
Loading