feat/support_fiber #6

Merged
tqcq merged 52 commits from feat/support_fiber into master 2024-08-11 13:03:04 +08:00
Showing only changes of commit a5078ca519 - Show all commits

2
Jenkinsfile vendored
View File

@ -35,7 +35,6 @@ pipeline {
values 'aarch64-linux-gnu', 'arm-linux-gnueabihf', 'arm-linux-gnueabi', 'host.gcc-m32', 'mips64el-linux-gnuabi64', 'mips-linux-gnu', 'riscv64-linux-gnu'
}
}
}
stages {
stage('Configure') {
@ -62,4 +61,5 @@ pipeline {
}
}
}
}