Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/p2p shipyard 0.4.x #270

Draft
wants to merge 25 commits into
base: main-0.4
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a3fb075
fix more serialization types
jost-s Jun 26, 2024
03fd902
ready for holo
jost-s Jul 15, 2024
2c8b1fc
WIP
mattyg Sep 18, 2024
a4bb5e5
building holochain with wasmer_wamr working on android
mattyg Sep 20, 2024
a0e28ce
feat: p2p-shipyard scaffolding
mattyg Sep 23, 2024
946630b
refactor: move android build nix setup to p2p-shipyard's flake.nix
mattyg Sep 23, 2024
01c6a6c
fix: compatability with latest profiles, fork of profiles to fix bug
mattyg Sep 24, 2024
f2eb683
chore: undefined connect url if injected via magic config
mattyg Sep 24, 2024
ae18e3b
fix: unnecessary websocket connect alternative
mattyg Sep 24, 2024
e4b86f1
fix(ui): adjust position of network info button in small viewports
mattyg Sep 24, 2024
09b0211
build: nix setup for building with wasmer_wamr flag for android
mattyg Sep 24, 2024
529bf43
Revert "Update README formatting again"
mattyg Sep 24, 2024
bfd9ec7
Revert "Update README formatting"
mattyg Sep 24, 2024
313e7c5
Revert "Update README with install instructions and updated links"
mattyg Sep 24, 2024
3a29c5d
feat: custom icons
mattyg Sep 24, 2024
195a2fc
Merge branch 'main-0.4' into feat/p2p-shipyard-0.4.x
mattyg Sep 24, 2024
106273b
build: bump nix actions
mattyg Sep 24, 2024
88d45a1
build: use hc-wasmer branch
mattyg Sep 24, 2024
4505952
wip: remove ci cargo cache
mattyg Sep 24, 2024
34eae37
Revert "wip: remove ci cargo cache"
mattyg Sep 25, 2024
e7527c2
chore:clippy
mattyg Sep 25, 2024
519423d
build(ui): package-lock
mattyg Sep 25, 2024
707d495
wip: drop cachix from gh action
mattyg Sep 25, 2024
229b6e6
wip: use nix-develop gh action step
mattyg Sep 25, 2024
7365748
wip: try nix ci cache
mattyg Sep 25, 2024
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
Prev Previous commit
Next Next commit
wip: drop cachix from gh action
  • Loading branch information
mattyg committed Sep 25, 2024
commit 707d495ce9f45a315381bc8a99a79a69190cb07f
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -26,10 +26,10 @@ jobs:
- name: Install nix
uses: cachix/install-nix-action@v27

- name: Set up cachix
uses: cachix/cachix-action@v15
with:
name: holochain-ci
# - name: Set up cachix
# uses: cachix/cachix-action@v15
# with:
# name: holochain-ci

- name: Restore cargo and build from cache
uses: actions/cache/restore@v3
Loading