Skip to content

Commit

Permalink
Merge branch 'main' into ci-neqo-glue
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Eggert <lars@eggert.org>
  • Loading branch information
larseggert authored Oct 9, 2024
2 parents d23d18c + f39e12e commit 9c4ae7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Install deps (Windows)
if: runner.os == 'Windows' && (matrix.flavor != 'browser' || github.event.pull_request.draft == true)
run: choco install -y mozillabuild
run: choco install -y mozillabuild --version 4.0.2

- name: Install Rust
if: matrix.flavor != 'browser' || github.event.pull_request.draft == true
Expand Down
4 changes: 1 addition & 3 deletions qns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM lukemathwalker/cargo-chef:latest-rust-latest AS chef
FROM lukemathwalker/cargo-chef@sha256:f50231b8a01af14eda124040535193d60d9c86d413b02553d2809e5d881b9a90 AS chef

WORKDIR /app


FROM chef AS planner

COPY . .
Expand Down Expand Up @@ -38,7 +37,6 @@ RUN set -eux; \

# Copy only binaries to the final image to keep it small.


FROM martenseemann/quic-network-simulator-endpoint@sha256:42d79cc04b88f2e4b4c8beb418b0843c123f26852ff6bbba4caa6badc0043d23

ENV LD_LIBRARY_PATH=/neqo/lib
Expand Down

0 comments on commit 9c4ae7d

Please sign in to comment.