Lines Matching +full:self +full:- +full:working
1 name: Upstream self-hosted
10 if: github.repository == 'openssh/openssh-portable-selfhosted'
11 runs-on: 'libvirt'
17 fail-fast: false
19 target: [ obsdsnap, obsdsnap-i386 ]
20 config: [ default, without-openssl, ubsan ]
22 - name: shutdown VM if running
24 working-directory: ${{ runner.temp }}
25 - uses: actions/checkout@main
26 - name: startup VM
28 working-directory: ${{ runner.temp }}
29 - name: update source
30 run: vmrun "cd /usr/src && cvs up -dPA usr.bin/ssh regress/usr.bin/ssh"
31 - name: make clean
32 …& cd /usr/src/regress/usr.bin/ssh && make obj && make clean && sudo chmod -R g-w /usr/src /usr/obj"
33 - name: make
34 …&& case ${{ matrix.config }} in without-openssl) make OPENSSL=no;; ubsan) make DEBUG='-fsanitize-m…
35 - name: make install
37 - name: make tests`
38 …&& case ${{ matrix.config }} in without-openssl) make OPENSSL=no;; ubsan) make DEBUG='-fsanitize-m…
41 timeout-minutes: 300
42 - name: save logs
44 uses: actions/upload-artifact@main
46 name: ${{ matrix.target }}-${{ matrix.config }}-logs
50 - name: shutdown VM
53 working-directory: ${{ runner.temp }}