We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a43b5c commit 95d480bCopy full SHA for 95d480b
.github/workflows/phar.yml
@@ -72,11 +72,28 @@ jobs:
72
- name: "Set autoloader suffix"
73
run: "composer config autoloader-suffix PHPStanChecksum"
74
75
+ - name: "Install libfaketime"
76
+ run: "sudo apt-get install -y libfaketime"
77
+
78
+ - name: "Test libfaketime"
79
+ run: "date"
80
+ env:
81
+ FAKETIME: 2017年10月11日 08:58:00
82
+ LD_PRELOAD: /usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1
83
84
+ - name: "Reset timestamps"
85
+ run: 'find . -type f -exec touch {} +'
86
87
88
89
90
- name: "Compile PHAR for checksum"
91
working-directory: "compiler/build"
92
run: "php box.phar compile --no-parallel"
93
env:
94
PHAR_CHECKSUM: "1"
95
96
97
98
- name: "Unset autoloader suffix"
99
run: "composer config autoloader-suffix --unset"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments