Skip to content

Commit

Permalink
Merge branch 'master' into thaugdahl/snapshot-frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
thaugdahl authored Oct 14, 2024
2 parents 76159f6 + 4b256af commit b159d10
Show file tree
Hide file tree
Showing 12 changed files with 3,496 additions and 3,474 deletions.
2 changes: 1 addition & 1 deletion .jenkins/dev-debian-12.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ node {
}

stage('Configure') {
cmake arguments: "-S " + runtimeSrcPath + " -B " + runtimeBuildPath + " -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=" + runtimeInstallPath, installation: 'InSearchPath', label: 'Configure'
cmake arguments: "-S " + runtimeSrcPath + " -B " + runtimeBuildPath + " -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_LINKER_TYPE=MOLD -DCMAKE_INSTALL_PREFIX=" + runtimeInstallPath, installation: 'InSearchPath', label: 'Configure'
}

stage('Build') {
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/dev-fedora-40.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ node {
}

stage('Configure') {
cmake arguments: "-S " + runtimeSrcPath + " -B " + runtimeBuildPath + " -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=" + runtimeInstallPath, installation: 'InSearchPath', label: 'Configure'
cmake arguments: "-S " + runtimeSrcPath + " -B " + runtimeBuildPath + " -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_LINKER_TYPE=MOLD -DCMAKE_INSTALL_PREFIX=" + runtimeInstallPath, installation: 'InSearchPath', label: 'Configure'
}

stage('Build') {
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/dev-ubuntu-22.04.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ node {
}

stage('Configure') {
cmake arguments: "-S " + runtimeSrcPath + " -B " + runtimeBuildPath + " -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=" + runtimeInstallPath, installation: 'InSearchPath', label: 'Configure'
cmake arguments: "-S " + runtimeSrcPath + " -B " + runtimeBuildPath + " -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_LINKER_TYPE=MOLD -DCMAKE_INSTALL_PREFIX=" + runtimeInstallPath, installation: 'InSearchPath', label: 'Configure'
}

stage('Build') {
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/version_llvm.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
969ff8ef9aba8c17ddb53fd44bd8d3b82d47b3fa
324b30d4cb13e3f9dde0163fdc647e5a1b420fbb
Loading

0 comments on commit b159d10

Please sign in to comment.