Skip to content

Commit

Permalink
Update to nightly-2024-12-15 (#144)
Browse files Browse the repository at this point in the history
* fix build flags

* Update to latest nightly

* Update to nightly-2024-12-15

* fmt

* Remove Docker and server container code. Use fuzzy_match for permission boundaries

* Ignore path liveness when collecting actual/expected permissions in boundary analysis.

* Delete commented out code

* Supress diagnostics, filter unreachable blocks from CleanedGraph

* Implement boundariew for Aggregate rvalues

* Clippy is such a pedant

* Update to latest RawVec representation. Fix various lints

* "path" -> "place"

---------

Co-authored-by: gavinleroy <[email protected]>
  • Loading branch information
willcrichton and gavinleroy authored Jan 2, 2025
1 parent 865e1c4 commit f830872
Show file tree
Hide file tree
Showing 80 changed files with 2,482 additions and 2,880 deletions.
2 changes: 0 additions & 2 deletions .dockerignore

This file was deleted.

44 changes: 22 additions & 22 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# TODO: automatically publish WASM port (somehow...)
name: standalone

# on:
# pull_request:
# branches: [main]
# types: [labeled,closed]
on:
pull_request:
branches: [standalone-wasm]
types: [labeled,closed]

# jobs:
# update-frontend:
# needs: publish-crates
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: DeterminateSystems/nix-installer-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
# - uses: DeterminateSystems/flake-checker-action@main
jobs:
update-frontend:
needs: publish-crates
runs-on: ubuntu-latest
if: false # disable for now
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main

# - name: Build Docs and Standalone
# run: nix develop .#minimal --command ci-build-pages
- name: Build Docs and Standalone
run: nix develop .#minimal --command ci-build-pages

# - uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: ./frontend/packages/aquascope-standalone/dist
# clean: true
# clean-exclude: dev
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./frontend/packages/aquascope-standalone/dist
clean: true
clean-exclude: dev
7 changes: 0 additions & 7 deletions Caddyfile

This file was deleted.

Loading

0 comments on commit f830872

Please sign in to comment.