Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/steps.conda.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
name: Linux
packages: ''
install_cmd: conda install -yn base -c conda-forge conda python-libarchive-c
install_cmd: conda install -yn base conda
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is an attempt to tackle the archspec issue?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, the thinking is get something as vanilla as possible, especially for windows, while we get this sorted. who knows what state it's in when they cook the docker images? We could also pin harder, e.g. 4.8 or something.

if we want to start getting far off vanilla, we could investigate installing mamba in this step instead of upgrading conda... no doubt it could shave off some minutes, at the price of sometimes giving different solves. definitely a separate PR, though!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i also need to investigate caching (or packaging) the tectonic stuff.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was just thinking about mamba while reading this

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll open an issue...

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


steps:
- ${{ if eq(parameters.name, 'Linux') }}:
Expand Down