3 Commits

Author SHA1 Message Date
63f82eab07 🔇 Undo temporary logs
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/audit Pipeline was successful
2025-05-02 21:08:36 +02:00
f00adf9276 🔨 Add profile section to the Cargo.toml file 2025-05-02 20:56:18 +02:00
216b4cee80 🔊 Add another logs to the Dockerfile 2025-05-02 20:23:57 +02:00
3 changed files with 13 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ steps:
when:
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
- event: push
branch: fix/versions-always-modified
# depends_on:
# - validate

View File

@@ -78,6 +78,18 @@ matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev =
[build-dependencies]
regex = "1.10.3"
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"
[package.metadata.turf]
minify = true

View File

@@ -14,9 +14,6 @@ RUN apt update \
COPY . .
RUN git diff
RUN git describe --always --dirty=-modified
RUN dx build -r --platform web -- -j ${JOBS_NB}