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

Melhor suporte ao aarch64 linux #16

Merged
merged 13 commits into from
Dec 6, 2023

Conversation

PedroRegisPOAR
Copy link
Contributor

@PedroRegisPOAR PedroRegisPOAR commented Oct 26, 2023

Relacionado:

Como testar:

nix flake clone 'git+ssh://git@github.com/imobanco/python-image.git' --dest python-image \
&& cd python-image 1>/dev/null 2>/dev/null \
&& git checkout feature/adds-aarch64-linux-suport \
&& (direnv --version 1>/dev/null 2>/dev/null && direnv allow) \
|| nix develop --command $SHELL

O nome da branch ficou ambiguo, mas foi porque eu mantive cópias do repositório em máquinas diferentes e em certo momento eu abri o PR anterior, mas não adicionei esse copy/paste. Dá para ver que era a mesma branch pelos commits e pelo delta final desse PR.

@PedroRegisPOAR PedroRegisPOAR self-assigned this Oct 30, 2023
@PedroRegisPOAR PedroRegisPOAR changed the title WIP: Melhor suporte ao aarch64 linux Melhor suporte ao aarch64 linux Oct 31, 2023
Copy link

@brenomfviana brenomfviana left a comment

Choose a reason for hiding this comment

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

Rodou na minha máquina 👍🏽

Copy link

@alvaropfn alvaropfn left a comment

Choose a reason for hiding this comment

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

Funcionando de acordo com o esperado

maquina resultado
image image

Copy link

@peidrao peidrao left a comment

Choose a reason for hiding this comment

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

❯ nix flake clone 'git+ssh://git@github.com/imobanco/python-image.git' --dest python-image \
&& cd python-image 1>/dev/null 2>/dev/null \
&& git checkout feature/adds-aarch64-linux-suport \
&& (direnv --version 1>/dev/null 2>/dev/null && direnv allow) \
|| nix develop --command $SHELL
downloading 'https://channels.nixos.org/flake-registry.json'Cloning into 'python-image'...
remote: Enumerating objects: 118, done.
remote: Counting objects: 100% (96/96), done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 118 (delta 48), reused 62 (delta 32), pack-reused 22
Receiving objects: 100% (118/118), 25.68 KiB | 6.42 MiB/s, done.
Resolving deltas: 100% (49/49), done.
Branch 'feature/adds-aarch64-linux-suport' set up to track remote branch 'feature/adds-aarch64-linux-suport' from 'origin'.
Switched to a new branch 'feature/adds-aarch64-linux-suport'
direnv: loading ~/python-image/.envrc                                           
direnv: using flake
mkdir: created directory '.profiles'
Entering the nix devShell

Entering the nix devShell
direnv: export +AR +AS +CC +CONFIG_SHELL +CXX +HOST_PATH +IN_NIX_SHELL +LD +NIX_BINTOOLS +NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu +NIX_BUILD_CORES +NIX_BUILD_TOP +NIX_CC +NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu +NIX_CFLAGS_COMPILE +NIX_ENFORCE_NO_NATIVE +NIX_HARDENING_ENABLE +NIX_INDENT_MAKE +NIX_LDFLAGS +NIX_STORE +NM +OBJCOPY +OBJDUMP +RANLIB +READELF +SIZE +SOURCE_DATE_EPOCH +STRINGS +STRIP +TEMP +TEMPDIR +TMP +buildInputs +buildPhase +builder +cmakeFlags +configureFlags +depsBuildBuild +depsBuildBuildPropagated +depsBuildTarget +depsBuildTargetPropagated +depsHostHost +depsHostHostPropagated +depsTargetTarget +depsTargetTargetPropagated +doCheck +doInstallCheck +dontAddDisableDepTrack +mesonFlags +name +nativeBuildInputs +out +outputs +patches +phases +preferLocalBuild +propagatedBuildInputs +propagatedNativeBuildInputs +shell +shellHook +stdenv +strictDeps +system ~PATH ~XDG_DATA_DIRS

@PedroRegisPOAR PedroRegisPOAR merged commit 066c3ff into master Dec 6, 2023
1 check passed
@PedroRegisPOAR PedroRegisPOAR deleted the feature/adds-aarch64-linux-suport branch December 6, 2023 20:29
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.

4 participants