Skip to content

Commit 6490b5b

Browse files
committed
use target artifact dir
1 parent 689e1c9 commit 6490b5b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
**/*.rs.bk
77
node_modules
88
test-ledger
9-
base.so
109
dist
1110
solana-conformance

scripts/ci/conformance.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { getProgramId, getProgramSharedObjectPath, workingDirectory } from '../u
88

99
const programId = getProgramId('program');
1010
const programBinaryPath = getProgramSharedObjectPath('program');
11-
const baseBinaryPath = path.join(workingDirectory, 'base.so');
11+
const baseBinaryPath = path.join(workingDirectory, 'target', 'dump-solana', 'base.so');
1212
const molluskFixturesPath = path.join(workingDirectory, 'program', 'fuzz', 'blob');
1313

1414
// Clone the program from mainnet-beta.

0 commit comments

Comments
 (0)