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 134b094 commit 7e4016dCopy full SHA for 7e4016d
.github/workflows/reprotest.yml
@@ -29,4 +29,5 @@ jobs:
29
30
- name: Reprotest
31
run: |
32
+ sudo ulimit -n 999999
33
sudo env "PATH=$PATH" reprotest -vv --min-cpus=99999 --vary=environment,build_path,kernel,aslr,num_cpus,-time,-user_group,fileordering,domain_host,home,locales,exec_path,timezone,umask --build-command 'just npm ci; just npm run build; SOURCE_DATE_EPOCH=0 cargo build --all-features --release' . target/release/warpgate
0 commit comments