Skip to content

Commit

Permalink
Pinned Nix version to 2.22.1 to fix broken build (#1884)
Browse files Browse the repository at this point in the history
Also bumped olm to 3.2.16
  • Loading branch information
tk-nguyen committed Jun 18, 2024
1 parent 914d9ee commit 62fe121
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Specify versions
ARG FLUTTER_VERSION=3.22.2
ARG OLM_VERSION=3.2.15
ARG OLM_VERSION=3.2.16
ARG NIX_VERSION=2.22.1

# Building libolm
# libolm only has amd64
FROM --platform=linux/amd64 nixos/nix AS olm-builder
FROM --platform=linux/amd64 nixos/nix:${NIX_VERSION} AS olm-builder
ARG OLM_VERSION
RUN nix build -v --extra-experimental-features flakes --extra-experimental-features nix-command gitlab:matrix-org/olm/${OLM_VERSION}?host=gitlab.matrix.org\#javascript

Expand Down

0 comments on commit 62fe121

Please sign in to comment.