czrpb

czrpb

Hi Everyone!!

Say I have:

Mix.install([
  {:foo, git: "https://myhost.com/whatever/foo.git"}
])

but i always want the latest from main, so this:

Mix.install([
  {:foo, git: "https://myhost.com/whatever/foo.git",
         tag: "main"}
])

which doesnt work, as it is caching (i assume).

So, what would always get me the HEAD of main?

Thx!!

Showing Posts 1 to 7

edxofp

edxofp

use branch: "main"

czrpb

czrpb OP

That doesnt seem to pull the branch everytime.

Maybe im doing it wrong?

joey_the_snake

joey_the_snake

I don’t think you can do this automatically. You need to call mix deps.update foo to fetch the latest.

joey_the_snake

joey_the_snake

Oh sorry you are using Mix.install. Try using the force option

czrpb

czrpb OP

ugh! was focused on the Mix.install docs–which point you to mix deps–and didnt go back to the call of it.

so i tried it and am being told it cant recursively delete (File.rm_rf!) the cached files?!!?

ill poke around a bit more .. but not liking my chances.

czrpb

czrpb OP

well, no luck because on 2nd run to verify this will re-pull (though it looks good) using force: true, deleting the cache is failing as the symlink’s target doesnt exist??!! BUG?

** (File.Error) could not remove files and directories recursively from "c:/Users/***/AppData/Local/mix/Cache/installs/elixir-1.13.3-erts-10.7/bc559022e7fc1b4f933fabb38cb6b669": not owner
    (elixir 1.13.3) lib/file.ex:1292: File.rm_rf!/1
    (mix 1.13.3) lib/mix.ex:692: Mix.install/2
    .github/actions/pr_basics.exs:1: (file)

c:\Users\***\***\Documents\***\github\***>dir c:\Users\***\AppData\Local\mix\Cache\installs\elixir-1.13.3-erts-10.7\bc559022e7fc1b4f933fabb38cb6b669\_build\dev\lib\certifi\

Volume in drive C is OSDisk

Directory of c:\Users\***\AppData\Local\mix\Cache\installs\elixir-1.13.3-erts-10.7\bc559022e7fc1b4f933fabb38cb6b669\_build\dev\lib\certifi

05/31/2022  09:01 AM    <DIR>          .
05/31/2022  09:01 AM    <DIR>          ..
05/31/2022  08:42 AM    <SYMLINKD>     priv [\\?\c:\Users\***\AppData\Local\mix\Cache\installs\elixir-1.13.3-erts-10.7\bc559022e7fc1b4f933fabb38cb6b669\deps\certifi\priv]
               0 File(s)              0 bytes
               3 Dir(s)  45,843,521,536 bytes free

c:\Users\***\***\Documents\***\github\***>dir c:\Users\***\AppData\Local\mix\Cache\installs\elixir-1.13.3-erts-10.7\bc559022e7fc1b4f933fabb38cb6b669\deps\
The system cannot find the file specified.

czrpb

czrpb OP

oh goodness! ignore me: i was running in an elevated git bash which seems to get itself confused who is running and who owns what.

works just find from a basic cmd.exe … thx!

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
ryanwinchester
apply_graft/2 doesn’t rewrite an add_many sub-workflow’s deps on an add step. Grafted jobs cancel with “upstream job was deleted” Version...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge &amp; Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews