Merge branch 'master' into 4-freecad-workbench-module

This commit is contained in:
Igor Brylyov 2024-04-19 13:39:40 +03:00
commit f5c111bae7

View file

@ -18,11 +18,6 @@ general-packages:
inherit:
default: [before_script, image]
script:
# Gazebo security freeimage-unstable-2021-11-01 is marked as insecure
# /nix/store/28gcncrir6wd8n6n762y92lbm632cxcy-gazebo-sim
# └───/nix/store/bw3nx4nrvwbnj9b6hdg4p0iyxnakqca8-gz-common5-5.4.2
# └───/nix/store/hwr0f25hiqv1pjnqyg0sp1gv9grb198b-freeimage-unstable-2021-11-01
- export NIXPKGS_ALLOW_INSECURE=1
- cachix watch-exec robossembler -- nix develop .#all --impure -c echo "General Packages is BUILT"
ros-packages:
@ -30,7 +25,12 @@ ros-packages:
inherit:
default: [before_script, image]
script:
- cachix watch-exec robossembler -- nix develop .#ros -c echo "ROS environment is BUILT"
# Gazebo security freeimage-unstable-2021-11-01 is marked as insecure
# /nix/store/28gcncrir6wd8n6n762y92lbm632cxcy-gazebo-sim
# └───/nix/store/bw3nx4nrvwbnj9b6hdg4p0iyxnakqca8-gz-common5-5.4.2
# └───/nix/store/hwr0f25hiqv1pjnqyg0sp1gv9grb198b-freeimage-unstable-2021-11-01
- export NIXPKGS_ALLOW_INSECURE=1
- cachix watch-exec robossembler -- nix develop .#ros --impure -c echo "ROS environment is BUILT"
perception-packages:
stage: build