Skip to content

Commit 1a4664f

Browse files
committed
use php 8.3 for antidot
1 parent acb1e1c commit 1a4664f

File tree

19 files changed

+106710
-4322
lines changed

19 files changed

+106710
-4322
lines changed

data.json

Lines changed: 106647 additions & 4276 deletions
Large diffs are not rendered by default.

data.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

go/poteto/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
2-
website: github.com/poteto0/poteto
2+
github: poteto-go/poteto
33
version: 1.0

go/poteto/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module main
22

3-
require github.com/poteto0/poteto v1.0.1
3+
require github.com/poteto-go/poteto v1.0.1

javascript/chubbyts-uwebsockets/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
github: chubbyts/chubbyts-framework
3-
version: 1.9
3+
version: '1.10'
44

55
engines:
66
- uwebsockets

javascript/chubbyts/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
github: chubbyts/chubbyts-framework
3-
version: 1.9
3+
version: '1.10'
44

55
bootstrap:
66
- npm -g install typescript

kotlin/http4k/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
22
website: http4k.org
3-
version: 5.43
3+
version: 5.44

php/antidot/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language:
2+
version: 8.3
23
engines:
34
reactphp:
45
command: bin/console serve

php/mixphp-workerman/composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
}
66
},
77
"require": {
8-
<<<<<<< Updated upstream
9-
"workerman/workerman": "^5.0",
10-
=======
118
"workerman/workerman": "~5.0.0",
12-
>>>>>>> Stashed changes
139
"mix/vega": "~3.0.0"
1410
}
1511
}

rust/Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ WORKDIR /usr/src/app
66
COPY '{{source}}' '{{target}}'
77
{{/files}}
88

9-
RUN cargo build --release && strip target/release/server
9+
RUN cargo build --release \
10+
--config profile.release.opt-level = 3 \
11+
--config profile.release.debug = false \
12+
--config profile.release.debug-assertions = false \
13+
--config profile.release.lto = true \
14+
--config profile.release.panic = "abort" \
15+
--config profile.release.incremental = false \
16+
--config profile.release.codegen-units = 1 \
17+
--config profile.release.rpath = false \
18+
--config profile.release.strip = false \
19+
&& strip target/release/server
1020

1121
FROM debian:stable-slim
1222

0 commit comments

Comments
 (0)