Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snap: use python 3.10 #199

Merged
merged 8 commits into from
Feb 11, 2024
Merged

snap: use python 3.10 #199

merged 8 commits into from
Feb 11, 2024

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Feb 10, 2024

We no longer support 3.8 that core20 is using, so migrating to a newer version.

As advised by:

```
:: + snapcraftctl build
:: Warning: use 'craftctl default' to execute the default step handler
```
```
+ snapcraftctl build
2024-02-10T23:05:37.4935281Z :: Warning: use 'craftctl default' to execute the default step handler
2024-02-10T23:05:38.1299850Z ::
2024-02-10T23:05:38.1307785Z :: Users are encouraged to replace 'snapcraftctl' with 'craftctl' and use
2024-02-10T23:05:38.1309791Z :: 'CRAFT_*' environment variables in scriptlets when building snaps based
2024-02-10T23:05:38.1318541Z :: on core22. Please refer to the core22 migration guide for details.
```
This bug should've been fixed in core22 base.
@efiop efiop changed the title snap: use python 3.9 snap: use python 3.10 Feb 10, 2024
@efiop efiop force-pushed the efiop-patch-1 branch 8 times, most recently from 30eae92 to 7f8071e Compare February 11, 2024 01:21
@efiop efiop force-pushed the efiop-patch-1 branch 2 times, most recently from d8830fa to dd7bb87 Compare February 11, 2024 01:38
Comment on lines -46 to -49
curl -sSLO https://s3-us-east-2.amazonaws.com/dvc-public/dvc-test/openjdk-7u75-b13-linux-x64-18_dec_2014.tar.gz
curl -sSLO https://s3-us-east-2.amazonaws.com/dvc-public/dvc-test/hadoop-2.7.2.tar.gz
tar -xzf openjdk-7u75-b13-linux-x64-18_dec_2014.tar.gz -C $SNAPCRAFT_PART_INSTALL
tar -xzf hadoop-2.7.2.tar.gz -C $SNAPCRAFT_PART_INSTALL
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if this even worked before. We didn't even make it before. I'll run with what we have right now to save time.

@efiop efiop merged commit 373d938 into main Feb 11, 2024
8 checks passed
efiop added a commit that referenced this pull request Feb 11, 2024
efiop added a commit that referenced this pull request Feb 11, 2024
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