Skip to content

Commit b2c65f7

Browse files
committed
revert: changes to jenkinsfile
1 parent cb40202 commit b2c65f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/Jenkinsfile.macos

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ pipeline {
8686

8787
stage('Build') {
8888
steps { timeout(50) {
89-
/* Workaround for LLVM 21+ integrated assembler issue with AArch64 fixups.
90-
* https://github.com/OffchainLabs/hashtree/issues/18 */
91-
sh 'make LOG_LEVEL=TRACE NIM_PARAMS="--passC:-fno-integrated-as"'
89+
sh 'make LOG_LEVEL=TRACE'
9290
} }
9391
}
9492

0 commit comments

Comments
 (0)