Skip to content

Use the current running deno and not which deno#23

Open
clemens-tolboom wants to merge 2 commits intomandarineorg:mainfrom
clemens-tolboom:patch-1
Open

Use the current running deno and not which deno#23
clemens-tolboom wants to merge 2 commits intomandarineorg:mainfrom
clemens-tolboom:patch-1

Conversation

@clemens-tolboom
Copy link
Copy Markdown
Contributor

I want to compile using the current running Deno.

I have a stripped deno which I want to run when doing the Leaf.compile step.

  await runCmd(`cp /usr/local/bin/deno ${tempDir}/bin`);
  await runCmd(`ls -l ${tempDir}/bin/deno`);
  await runCmd(`chmod u+w ${tempDir}/bin/deno`);
  await runCmd(`strip ${tempDir}/bin/deno`);
  await runCmd(`ls -l ${tempDir}/bin/deno`);

I want to compile using the current running Deno.

I have a stripped deno which I want to run when doing the `Leaf.compile` step.

```typescript
  await runCmd(`cp /usr/local/bin/deno ${tempDir}/bin`);
  await runCmd(`ls -l ${tempDir}/bin/deno`);
  await runCmd(`chmod u+w ${tempDir}/bin/deno`);
  await runCmd(`strip ${tempDir}/bin/deno`);
  await runCmd(`ls -l ${tempDir}/bin/deno`);
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant