File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
annotation-processor-test
src/test/java/io/github/digitalsmile/gpio/types/all Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4242 cd annotation-processor-test/src/test/resources/libvlc && git clone --depth 1 https://github.com/videolan/vlc.git
4343 - name : Getting linux header version for tests
4444 run : |
45- echo "headerVersion=$(uname -r)" >> "$GITHUB_ENV"
45+ echo "linux-version=$(uname -r)" >> "$GITHUB_ENV"
46+ echo "gcc-version=$(ls /usr/lib/gcc/x86_64-linux-gnu/)" >> "$GITHUB_ENV"
4647 - name : Change wrapper permissions
4748 run : chmod +x ./gradlew
4849 - name : Build Gradle
Original file line number Diff line number Diff line change 1- systemProp.version =6.8.0-52-generic
1+ systemProp.linux- version =6.8.0-52-generic
22systemProp.gcc-version =11
Original file line number Diff line number Diff line change 66import io .github .digitalsmile .annotation .structure .Structs ;
77import io .github .digitalsmile .annotation .structure .Unions ;
88
9- @ NativeMemory (headers = "/usr/src/linux-headers-${version}/include/uapi/linux/gpio.h" )
9+ @ NativeMemory (headers = "/usr/src/linux-headers-${linux- version}/include/uapi/linux/gpio.h" )
1010@ NativeMemoryOptions (
1111 processRootConstants = true
1212)
You can’t perform that action at this time.
0 commit comments