File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches : ["*"]
88
99jobs :
10- linux-x86-64 :
10+ linux64 :
1111 runs-on : ubuntu-latest
1212
1313 steps :
1414 - uses : actions/checkout@v6
1515
16- - run : |
17- sudo apt-get install gcc-multilib
16+ - run : make rebuild install test prefix=${{ github.workspace }}install CONFIG=linux64
17+ - run : make rebuild install test prefix=${{ github.workspace }}install CONFIG=linux64 NO_ASM=1
18+
19+ linux32 :
20+ runs-on : ubuntu-latest
1821
19- - run : make rebuild install test prefix=${{ github.workspace }}install64 CONFIG=linux64
20- - run : make rebuild install test prefix=${{ github.workspace }}install64 CONFIG=linux64 NO_ASM=1
22+ steps :
23+ - uses : actions/checkout@v6
24+ - run : sudo apt-get install gcc-multilib
2125
22- - run : make rebuild install test prefix=${{ github.workspace }}install32 CONFIG=linux32
23- - run : make rebuild install test prefix=${{ github.workspace }}install32 CONFIG=linux32 NO_ASM=1
26+ - run : make rebuild install test prefix=${{ github.workspace }}install CONFIG=linux32
27+ - run : make rebuild install test prefix=${{ github.workspace }}install CONFIG=linux32 NO_ASM=1
2428
2529 linux-cross-compile-arm :
2630 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments