From cbdb72bf3f0a54f900f6b429416f8c0010b641e6 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 24 Oct 2023 17:07:49 +0200 Subject: [PATCH] Test on master --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f896ac2..e7533b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN true \ systemtap-sdt-dev libssl-dev \ libpcre2-dev libargon2-dev libedit-dev libsodium-dev llvm-16 libonig-dev -RUN git clone https://github.com/php/php-src -b PHP-8.3 --depth 1 && cd php-src \ +RUN git clone https://github.com/php/php-src -b master --depth 1 && cd php-src \ \ && ./buildconf \ && ./configure --prefix=/usr \ diff --git a/README.md b/README.md index 65c3ce6..1d03028 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ Tested on fa218eab4a9b5304afb871a4405546068cb65008 3. MadelineProto: got a single shutdown hang the first time I tried (even with the new closure fixes), then nothing; expecting an assertion crash 4. Infection: used to fail on some older php-src commit, now doesn't, still including it in order to play around with branches 5. Psalm (unit): hang due to infinite loop in GC +6. php-parser (unit): always fails